From 9e26a30c7fdb93e7792ffa0f234231e346f04df7 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 13 Jul 2022 00:34:59 +0800 Subject: [PATCH] Update install.sh --- plugins/pureftp/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pureftp/install.sh b/plugins/pureftp/install.sh index 1a00473be..9c8607d71 100755 --- a/plugins/pureftp/install.sh +++ b/plugins/pureftp/install.sh @@ -66,7 +66,7 @@ Install_pureftp() else # 重新下载 rm -rf $serverPath/source/pureftp/pure-ftpd-${VER} - wget --no-check-certificate -O $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz $DOWNLOAD + curl -sSLo $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz $DOWNLOAD fi fi