From 18e8db110a4ea5eed5c868e5ee135bde5d4260ae Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 24 Jun 2022 23:48:20 +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 0e017585a..16d1c72b1 100755 --- a/plugins/pureftp/install.sh +++ b/plugins/pureftp/install.sh @@ -56,7 +56,7 @@ Install_pureftp() else # 重新下载 rm -rf $serverPath/source/pureftp/pure-ftpd-${VER} - wget -O $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz $DOWNLOAD + wget --no-check-certificate -O $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz $DOWNLOAD fi fi