use systemd-crom and grml zsh config
This commit is contained in:
parent
8539c08fec
commit
553bdc3dfe
@ -13,17 +13,17 @@ EOF
|
|||||||
apt update
|
apt update
|
||||||
|
|
||||||
echo "Install important system tools."
|
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!"
|
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
|
chsh -s /bin/zsh
|
||||||
|
|
||||||
echo "Nice motd."
|
echo "Nice motd."
|
||||||
figlet `hostname -f` > /etc/motd
|
figlet `hostname -f` > /etc/motd
|
||||||
|
|
||||||
echo "Install system and security utils."
|
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