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>2019-04-10 23:00:36 +0300
committerGitHub <noreply@github.com>2019-04-10 23:00:36 +0300
commit5f840d5e8f4f061bf3e83a48d268ff05142bff7c (patch)
treec49037d2d1ff5b9dd1e4ae0517f3a9032fb1d6a5 /apps/webmin.sh
parent71104d55237c82d50ff5a3b17285d00eed201d8c (diff)
replace wget with curl (#812)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'apps/webmin.sh')
-rw-r--r--apps/webmin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/webmin.sh b/apps/webmin.sh
index 5d604d1b..c63fa463 100644
--- a/apps/webmin.sh
+++ b/apps/webmin.sh
@@ -23,7 +23,7 @@ apt install -y zip perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-run
# Install Webmin
sed -i '$a deb http://download.webmin.com/download/repository sarge contrib' /etc/apt/sources.list
-if wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
+if curl -fsSL http://www.webmin.com/jcameron-key.asc | sudo apt-key add -
then
apt update -q4 & spinner_loading
apt install webmin -y