diff --git a/jessie-server-common.sh b/jessie-server-common.sh index 72d184d..8ea51fd 100644 --- a/jessie-server-common.sh +++ b/jessie-server-common.sh @@ -19,11 +19,15 @@ EOF wget -O /root/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc chsh -s /bin/zsh + ne /etc/hostname /etc/hosts + echo "Nice motd." figlet `hostname -f` > /etc/motd echo "Install system and security utils." apt install -y systemd-cron apticron ssmtp logwatch + + ne /etc/ssmtp/* }