use systemd-crom and grml zsh config
This commit is contained in:
parent
8539c08fec
commit
553bdc3dfe
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user