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