diff --git a/main/setup.sh b/main/setup.sh index efee3a1..05fedbb 100644 --- a/main/setup.sh +++ b/main/setup.sh @@ -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 " "