From c67182a7211b2e6c6de75d6a93147bc581bb2eae Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 24 Jun 2022 23:47:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E8=BF=9E=E6=8E=A5=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/php/versions/52/install.sh | 6 +++--- plugins/pureftp/install.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index 9cdb35703..5b5032c6d 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -70,16 +70,16 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then fi if [ ! -f $sourcePath/php/php-5.2.17-fpm-0.5.14.diff.gz ]; then - wget -O $sourcePath/php/php-5.2.17-fpm-0.5.14.diff.gz http://php-fpm.org/downloads/php-5.2.17-fpm-0.5.14.diff.gz + wget --no-check-certificate -O $sourcePath/php/php-5.2.17-fpm-0.5.14.diff.gz http://php-fpm.org/downloads/php-5.2.17-fpm-0.5.14.diff.gz fi if [ ! -f $sourcePath/php/php-5.2.17-max-input-vars.patch ]; then - wget -O $sourcePath/php/php-5.2.17-max-input-vars.patch https://raw.github.com/laruence/laruence.github.com/master/php-5.2-max-input-vars/php-5.2.17-max-input-vars.patch + wget --no-check-certificate -O $sourcePath/php/php-5.2.17-max-input-vars.patch https://raw.github.com/laruence/laruence.github.com/master/php-5.2-max-input-vars/php-5.2.17-max-input-vars.patch fi if [ ! -f $sourcePath/php/php-5.x.x.patch ]; then - wget -O $sourcePath/php/php-5.x.x.patch https://mail.gnome.org/archives/xml/2012-August/txtbgxGXAvz4N.txt + wget --no-check-certificate -O $sourcePath/php/php-5.x.x.patch https://mail.gnome.org/archives/xml/2012-August/txtbgxGXAvz4N.txt fi diff --git a/plugins/pureftp/install.sh b/plugins/pureftp/install.sh index 5e44c147a..0e017585a 100755 --- a/plugins/pureftp/install.sh +++ b/plugins/pureftp/install.sh @@ -42,7 +42,7 @@ Install_pureftp() if [ ! -f $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz ];then - 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