diff --git a/plugins/php/versions/74/install.sh b/plugins/php/versions/74/install.sh index 1c2500251..99bc26a6d 100755 --- a/plugins/php/versions/74/install.sh +++ b/plugins/php/versions/74/install.sh @@ -42,7 +42,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then if [ "$LOCAL_ADDR" == "cn" ];then if [ ! -f $sourcePath/php/php-${version}.tar.xz ];then - wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://mirrors.sohu.com/php/php-${version}.tar.xz + wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://mirrors.nju.edu.cn/php/php-${version}.tar.xz fi fi # ----------------------------------------------------------------------- # diff --git a/plugins/php/versions/80/install.sh b/plugins/php/versions/80/install.sh index 861730798..22a5cd653 100755 --- a/plugins/php/versions/80/install.sh +++ b/plugins/php/versions/80/install.sh @@ -39,7 +39,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then if [ "$LOCAL_ADDR" == "cn" ];then if [ ! -f $sourcePath/php/php-${version}.tar.xz ];then - wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://mirrors.sohu.com/php/php-${version}.tar.xz + wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://mirrors.nju.edu.cn/php/php-${version}.tar.xz fi fi # ----------------------------------------------------------------------- # diff --git a/plugins/php/versions/81/install.sh b/plugins/php/versions/81/install.sh index c1cf79c2e..d9fa08f95 100755 --- a/plugins/php/versions/81/install.sh +++ b/plugins/php/versions/81/install.sh @@ -39,7 +39,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then if [ "$LOCAL_ADDR" == "cn" ];then if [ ! -f $sourcePath/php/php-${version}.tar.xz ];then - wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://mirrors.sohu.com/php/php-${version}.tar.xz + wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://mirrors.nju.edu.cn/php/php-${version}.tar.xz fi fi # ----------------------------------------------------------------------- # diff --git a/plugins/php/versions/82/install.sh b/plugins/php/versions/82/install.sh index 4e07fe857..cb2b80664 100755 --- a/plugins/php/versions/82/install.sh +++ b/plugins/php/versions/82/install.sh @@ -39,7 +39,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then if [ "$LOCAL_ADDR" == "cn" ];then if [ ! -f $sourcePath/php/php-${version}.tar.xz ];then - wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://mirrors.sohu.com/php/php-${version}.tar.xz + wget --no-check-certificate -O $sourcePath/php/php-${version}.tar.xz https://mirrors.nju.edu.cn/php/php-${version}.tar.xz fi fi # ----------------------------------------------------------------------- #