Update install.sh

This commit is contained in:
midoks 2022-06-24 23:48:20 +08:00
parent c67182a721
commit 18e8db110a
1 changed files with 1 additions and 1 deletions

View File

@ -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