From 4d4dd8f99d5cf3af3409cd3032ec1dd7f0234057 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 26 Sep 2020 18:54:30 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/52/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index c9c867abc..5a565245e 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -22,7 +22,7 @@ mkdir -p $serverPath/php if [ ! -d $sourcePath/php/php${PHP_VER} ];then if [ ! -f $sourcePath/php/php-${version}.tar.gz ];then - wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.gz http://au1.php.net/distributions/php-${version}.tar.gz + wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.gz https://museum.php.net/php5/php-${PHP_VER}.tar.gz fi if [ ! -f $sourcePath/php/php-5.2.17-fpm-0.5.14.diff.gz ]; then