fix: fail2ban on Debian 12 #1701

This commit is contained in:
mhsanaei
2025-08-15 13:33:31 +02:00
parent 978755960f
commit 3d0212c21d
2 changed files with 121 additions and 111 deletions

View File

@@ -58,7 +58,7 @@ install_base() {
zypper refresh && zypper -q install -y wget curl tar timezone
;;
*)
apt-get update && apt install -y -q wget curl tar tzdata
apt-get update && apt-get install -y -q wget curl tar tzdata
;;
esac
}