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 /addons/harden-ssh.sh
parent5b04abac6e54e0f6383f96001615af1c13ac655a (diff)
change to apt-get instead of apt (#2027)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'addons/harden-ssh.sh')
-rw-r--r--addons/harden-ssh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/harden-ssh.sh b/addons/harden-ssh.sh
index 163b9076..1c42dcf6 100644
--- a/addons/harden-ssh.sh
+++ b/addons/harden-ssh.sh
@@ -50,7 +50,7 @@ else
if is_this_installed libpam-google-authenticator
then
apt purge libpam-google-authenticator -y
- apt autoremove -y
+ apt-get autoremove -y
fi
# Show successful uninstall if applicable
removal_popup "$SCRIPT_NAME"