force editing of important files

This commit is contained in:
Gero Müller 2016-03-15 23:10:04 +01:00
parent 2e5bb575a6
commit 77ea8d5859
1 changed files with 4 additions and 0 deletions

View File

@ -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/*
}