From 1665256627c1937dc56cb34c0f91b73cafe93d88 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 1 Dec 2023 11:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E8=87=AA=E5=BB=BA=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/haproxy/versions/2.6/install.sh | 2 +- plugins/openresty/install.sh | 2 +- plugins/php/lib/icu.sh | 2 +- plugins/php/lib/libiconv.sh | 2 +- plugins/php/lib/libzip.sh | 2 +- plugins/php/lib/openssl_10.sh | 2 +- plugins/php/lib/zlib.sh | 2 +- plugins/pureftp/install.sh | 2 +- plugins/webstats/install.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/haproxy/versions/2.6/install.sh b/plugins/haproxy/versions/2.6/install.sh index ee73c6b92..43854cb7a 100755 --- a/plugins/haproxy/versions/2.6/install.sh +++ b/plugins/haproxy/versions/2.6/install.sh @@ -36,7 +36,7 @@ Install_App() if [ "${LOCAL_ADDR}" == "cn" ];then if [ ! -f ${APP_DIR}/haproxy-${VERSION}.tar.gz ];then - wget -O ${APP_DIR}/haproxy-${VERSION}.tar.gz https://dl.midoks.me/soft/haproxy/haproxy-${VERSION}.tar.gz + wget -O ${APP_DIR}/haproxy-${VERSION}.tar.gz https://dl.midoks.icu/soft/haproxy/haproxy-${VERSION}.tar.gz fi fi diff --git a/plugins/openresty/install.sh b/plugins/openresty/install.sh index 252df3036..8cbb108f8 100755 --- a/plugins/openresty/install.sh +++ b/plugins/openresty/install.sh @@ -79,7 +79,7 @@ Install_openresty() # Last Download Method if [ ! -f ${openrestyDir}/openresty-${VERSION}.tar.gz ];then - wget --no-check-certificate -O ${openrestyDir}/openresty-${VERSION}.tar.gz http://dl.midoks.me/soft/openresty/openresty-${VERSION}.tar.gz -T 3 + wget --no-check-certificate -O ${openrestyDir}/openresty-${VERSION}.tar.gz http://dl.midoks.icu/soft/openresty/openresty-${VERSION}.tar.gz -T 3 fi cd ${openrestyDir} && tar -zxvf openresty-${VERSION}.tar.gz diff --git a/plugins/php/lib/icu.sh b/plugins/php/lib/icu.sh index 8d155500d..0b2a42cd8 100644 --- a/plugins/php/lib/icu.sh +++ b/plugins/php/lib/icu.sh @@ -27,7 +27,7 @@ if [ ! -d ${SERVER_ROOT}/icu ];then if [ "$LOCAL_ADDR" == 'cn' ];then if [ ! -f ${SOURCE_ROOT}/icu4c-52_2-src.tgz ];then - wget --no-check-certificate -O ${SOURCE_ROOT}/icu4c-52_2-src.tgz https://dl.midoks.me/lib/icu4c-52_2-src.tgz -T 20 + wget --no-check-certificate -O ${SOURCE_ROOT}/icu4c-52_2-src.tgz https://dl.midoks.icu/lib/icu4c-52_2-src.tgz -T 20 fi fi diff --git a/plugins/php/lib/libiconv.sh b/plugins/php/lib/libiconv.sh index 7690bcd14..99eb02eb7 100644 --- a/plugins/php/lib/libiconv.sh +++ b/plugins/php/lib/libiconv.sh @@ -28,7 +28,7 @@ if [ ! -d ${SERVER_ROOT}/libiconv ];then if [ "$LOCAL_ADDR" == 'cn' ];then if [ ! -f ${SOURCE_ROOT}/libiconv-1.15.tar.gz ];then - wget --no-check-certificate -O ${SOURCE_ROOT}/libiconv-1.15.tar.gz https://dl.midoks.me/lib/libiconv-1.15.tar.gz -T 20 + wget --no-check-certificate -O ${SOURCE_ROOT}/libiconv-1.15.tar.gz https://dl.midoks.icu/lib/libiconv-1.15.tar.gz -T 20 fi fi diff --git a/plugins/php/lib/libzip.sh b/plugins/php/lib/libzip.sh index 38df74ddf..afd3e9020 100644 --- a/plugins/php/lib/libzip.sh +++ b/plugins/php/lib/libzip.sh @@ -30,7 +30,7 @@ if [ ! -d ${SERVER_ROOT}/libzip ];then if [ "$LOCAL_ADDR" == 'cn' ];then if [ ! -f ${SOURCE_ROOT}/libzip-1.3.2.tar.gz ];then - wget --no-check-certificate -O libzip-1.3.2.tar.gz https://dl.midoks.me/lib/libzip-1.3.2.tar.gz -T 20 + wget --no-check-certificate -O libzip-1.3.2.tar.gz https://dl.midoks.icu/lib/libzip-1.3.2.tar.gz -T 20 fi fi diff --git a/plugins/php/lib/openssl_10.sh b/plugins/php/lib/openssl_10.sh index a0e368291..af7a33f3b 100644 --- a/plugins/php/lib/openssl_10.sh +++ b/plugins/php/lib/openssl_10.sh @@ -27,7 +27,7 @@ if [ ! -d ${SERVER_ROOT}/openssl10 ];then if [ "$LOCAL_ADDR" == 'cn' ];then if [ ! -f ${SOURCE_ROOT}/openssl-${opensslVersion}.tar.gz ];then - wget --no-check-certificate -O openssl-${opensslVersion}.tar.gz https://dl.midoks.me/lib/openssl-${opensslVersion}.tar.gz -T 20 + wget --no-check-certificate -O openssl-${opensslVersion}.tar.gz https://dl.midoks.icu/lib/openssl-${opensslVersion}.tar.gz -T 20 fi fi diff --git a/plugins/php/lib/zlib.sh b/plugins/php/lib/zlib.sh index be5176eeb..a12e50bba 100644 --- a/plugins/php/lib/zlib.sh +++ b/plugins/php/lib/zlib.sh @@ -30,7 +30,7 @@ if [ ! -d ${SERVER_ROOT}/zlib ];then if [ "$LOCAL_ADDR" == 'cn' ];then if [ ! -f ${SOURCE_ROOT}/${SOURCE_ROOT}/zlib-1.2.11.tar.gz ];then - wget --no-check-certificate -O ${SOURCE_ROOT}/zlib-1.2.11.tar.gz https://dl.midoks.me/lib/zlib-1.2.11.tar.gz -T 20 + wget --no-check-certificate -O ${SOURCE_ROOT}/zlib-1.2.11.tar.gz https://dl.midoks.icu/lib/zlib-1.2.11.tar.gz -T 20 fi fi diff --git a/plugins/pureftp/install.sh b/plugins/pureftp/install.sh index a0ae98119..961fab27a 100755 --- a/plugins/pureftp/install.sh +++ b/plugins/pureftp/install.sh @@ -74,7 +74,7 @@ Install_pureftp() # Last Download Method if [ ! -f $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz ];then - wget --no-check-certificate -O $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz https://dl.midoks.me/soft/ftp/pure-ftpd-${VER}.tar.gz -T 3 + wget --no-check-certificate -O $serverPath/source/pureftp/pure-ftpd-${VER}.tar.gz https://dl.midoks.icu/soft/ftp/pure-ftpd-${VER}.tar.gz -T 3 fi if [ ! -d $serverPath/source/pureftp/pure-ftpd-${VER} ];then diff --git a/plugins/webstats/install.sh b/plugins/webstats/install.sh index 9df5f7682..771f8d290 100755 --- a/plugins/webstats/install.sh +++ b/plugins/webstats/install.sh @@ -123,7 +123,7 @@ Install_App() GEO_VERSION=$(get_latest_release "P3TERX/GeoLite.mmdb") if [ ! -f $serverPath/source/webstats/GeoLite2-City.mmdb ];then if [ "$LOCAL_ADDR" == "cn" ];then - wget --no-check-certificate -O $serverPath/source/webstats/GeoLite2-City.mmdb https://dl.midoks.me/soft/webstats/GeoLite2-City.mmdb + wget --no-check-certificate -O $serverPath/source/webstats/GeoLite2-City.mmdb https://dl.midoks.icu/soft/webstats/GeoLite2-City.mmdb else wget --no-check-certificate -O $serverPath/source/webstats/GeoLite2-City.mmdb https://github.com/P3TERX/GeoLite.mmdb/releases/download/${GEO_VERSION}/GeoLite2-City.mmdb fi