Update install.sh

This commit is contained in:
midoks 2023-06-13 16:38:04 +08:00
parent 985cbc7eca
commit d399cb2bb4
1 changed files with 0 additions and 5 deletions

View File

@ -69,11 +69,6 @@ Install_pureftp()
md5_check=`md5sum $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz | awk '{print $1}'`
if [ "${md5_ok}" == "${md5_check}" ]; then
echo "pure-ftpd file check ok"
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