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