some fixess

This commit is contained in:
Gero Müller 2016-03-15 23:26:31 +01:00
parent 77ea8d5859
commit 4fa57e920f
1 changed files with 5 additions and 3 deletions

View File

@ -19,15 +19,17 @@ 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
( exec ne /etc/hostname /etc/hosts )
hostname -F /etc/hostname
echo "Nice motd."
figlet `hostname -f` > /etc/motd
figlet `hostname -f | sed 's/\./ \. /'` > /etc/motd
echo "Install system and security utils."
apt install -y systemd-cron apticron ssmtp logwatch
ne /etc/ssmtp/*
( exec ne /etc/ssmtp/* )
}