Update main/setup.sh

This commit is contained in:
2025-11-28 17:07:13 -08:00
parent 549e45e914
commit e05c80864c

View File

@@ -15,6 +15,12 @@ apt-get --fix-broken install -y
apt-get -y update
apt-get -y upgrade
echo " "
echo "INFO ! Security Tools."
echo " "
apt-get install --no-install-recommends -y fail2ban
systemctl enable fail2ban --now
echo " "
echo "INFO ! Installing utillities."
echo " "