use systemd-crom and grml zsh config

This commit is contained in:
Gero Müller 2016-03-15 22:03:21 +01:00
parent 8539c08fec
commit 553bdc3dfe
1 changed files with 3 additions and 3 deletions

View File

@ -13,17 +13,17 @@ EOF
apt update
echo "Install important system tools."
apt install --no-install-recommends -y htop ne iotop curl wget zsh figlet iptraf
apt install -y htop ne iotop curl wget zsh figlet iptraf
echo "Use zsh!"
wget -O /root/.zshrc https://github.com/slashbeast/things/raw/master/configs/DOTzshrc
wget -O /root/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
chsh -s /bin/zsh
echo "Nice motd."
figlet `hostname -f` > /etc/motd
echo "Install system and security utils."
apt install --no-install-recommends -y apticron logcheck ssmtp
apt install -y systemd-cron apticron logcheck ssmtp
}