some fixess
This commit is contained in:
parent
77ea8d5859
commit
4fa57e920f
@ -19,15 +19,17 @@ EOF
|
|||||||
wget -O /root/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
|
wget -O /root/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
|
||||||
chsh -s /bin/zsh
|
chsh -s /bin/zsh
|
||||||
|
|
||||||
ne /etc/hostname /etc/hosts
|
( exec ne /etc/hostname /etc/hosts )
|
||||||
|
|
||||||
|
hostname -F /etc/hostname
|
||||||
|
|
||||||
echo "Nice motd."
|
echo "Nice motd."
|
||||||
figlet `hostname -f` > /etc/motd
|
figlet `hostname -f | sed 's/\./ \. /'` > /etc/motd
|
||||||
|
|
||||||
echo "Install system and security utils."
|
echo "Install system and security utils."
|
||||||
apt install -y systemd-cron apticron ssmtp logwatch
|
apt install -y systemd-cron apticron ssmtp logwatch
|
||||||
|
|
||||||
ne /etc/ssmtp/*
|
( exec ne /etc/ssmtp/* )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user