Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2021-06-18 14:20:04 +0300
committerGitHub <noreply@github.com>2021-06-18 14:20:04 +0300
commit7c3c9a671c9fc39104cf28cc2c462d19d716e399 (patch)
tree2bc68fc5131f03ab5ab4d7d6c87e5497a1cec82c /apps/fail2ban.sh
parent5b04abac6e54e0f6383f96001615af1c13ac655a (diff)
change to apt-get instead of apt (#2027)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'apps/fail2ban.sh')
-rw-r--r--apps/fail2ban.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/fail2ban.sh b/apps/fail2ban.sh
index 6c966ee6..58fb6207 100644
--- a/apps/fail2ban.sh
+++ b/apps/fail2ban.sh
@@ -122,7 +122,7 @@ FINDTIME_=1800
# failed attempts before banning an IP
MAXRETRY_=20
-apt update -q4 & spinner_loading
+apt-get update -q4 & spinner_loading
install_if_not fail2ban -y
check_command update-rc.d fail2ban disable