do not install recommends
This commit is contained in:
parent
aa7a82de35
commit
8539c08fec
@ -13,7 +13,7 @@ EOF
|
|||||||
apt update
|
apt update
|
||||||
|
|
||||||
echo "Install important system tools."
|
echo "Install important system tools."
|
||||||
apt install -y htop ne iotop curl wget zsh figlet iptraf
|
apt install --no-install-recommends -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 https://github.com/slashbeast/things/raw/master/configs/DOTzshrc
|
||||||
@ -23,7 +23,7 @@ EOF
|
|||||||
figlet `hostname -f` > /etc/motd
|
figlet `hostname -f` > /etc/motd
|
||||||
|
|
||||||
echo "Install system and security utils."
|
echo "Install system and security utils."
|
||||||
apt install -y apticron logcheck ssmtp
|
apt install --no-install-recommends -y apticron logcheck ssmtp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user