Browse Source

Update plex_setup.sh

tteckster 3 years ago
parent
commit
6707791f21
1 changed files with 1 additions and 2 deletions
  1. 1 2
      setup/plex_setup.sh

+ 1 - 2
setup/plex_setup.sh

@@ -54,8 +54,7 @@ EOF
 
 wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add - &>/dev/null
 echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
-rm /etc/motd 
-rm /etc/update-motd.d/10-uname 
+chmod -x /etc/update-motd.d/*
 touch ~/.hushlogin 
 GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
 mkdir -p $(dirname $GETTY_OVERRIDE)