diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-15 14:33:31 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-15 14:34:02 +0300 |
| commit | 3d0212c21dead086c993e3c9885836325b0b1c06 (patch) | |
| tree | 2c2cbca6177985874fd34a222ef4bacbba698077 /install.sh | |
| parent | 978755960fccaa4b26d4f2ab225d10092c031e16 (diff) | |
fix: fail2ban on Debian 12 #1701
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
