From 42e9859ccbcccdfb1711e32a1d98587f67e6516f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 10 Jan 2025 23:13:23 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/72/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/72/install.sh b/plugins/php/versions/72/install.sh index a3d5f6f98..01676718b 100755 --- a/plugins/php/versions/72/install.sh +++ b/plugins/php/versions/72/install.sh @@ -34,7 +34,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 # ----------------------------------------------------------------------- #