From 77ea8d5859de0fdc879c79f01e35458833c9b6d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gero=20M=C3=BCller?= Date: Tue, 15 Mar 2016 23:10:04 +0100 Subject: [PATCH] force editing of important files --- jessie-server-common.sh | 4 ++++ 1 file changed, 4 insertions(+) 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/* }