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>2020-06-30 00:25:51 +0300
committerGitHub <noreply@github.com>2020-06-30 00:25:51 +0300
commit5cad14b73b002dc20721e00a8de9e434ff23bc3c (patch)
treee46236e9d12aa93d5dbcf1e500a597687129e234 /apps/adminer.sh
parentce716423089e614ca111e0700fc15b6bb8ebdfde (diff)
change to apt-get for purging (#1303)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'apps/adminer.sh')
-rw-r--r--apps/adminer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/adminer.sh b/apps/adminer.sh
index 0e0498f0..a7f8f2f2 100644
--- a/apps/adminer.sh
+++ b/apps/adminer.sh
@@ -32,7 +32,7 @@ then
a2disconf adminer.conf
rm $ADMINER_CONF
rm $ADMINERDIR/adminer.php
- check_command apt purge adminer -y
+ check_command apt-get purge adminer -y
restart_webserver
msg_box "Adminer was successfully uninstalled and all settings were resetted."
exit
@@ -44,7 +44,7 @@ then
a2disconf adminer.conf
rm $ADMINER_CONF
rm $ADMINERDIR/adminer.php
- check_command apt purge adminer -y
+ check_command apt-get purge adminer -y
;;
*)
;;