From 8ea19e2b15628c1094515ae24e197911ec9e4af6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 22 Apr 2022 14:59:37 -0400 Subject: [PATCH] Update debian-install.sh --- setup/debian-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/debian-install.sh b/setup/debian-install.sh index bc0fd4d7..dab51639 100644 --- a/setup/debian-install.sh +++ b/setup/debian-install.sh @@ -53,8 +53,7 @@ msg_ok "Installed Dependencies" PASS=$(grep -w "root" /etc/shadow | cut -b6); if [[ $PASS != $ ]]; then msg_info "Customizing Container" -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)