diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index 01dde7ed3..74f4b9774 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -336,7 +336,7 @@ mw_common_proxy(){ if [ "$LOCAL_ADDR" != "common" ];then declare -A PROXY_URL PROXY_URL["gh_proxy_com"]="https://gh-proxy.com/" - PROXY_URL["ghproxy_link"]="https://ghproxy.link/" + PROXY_URL["github_do"]="https://github.do/" PROXY_URL["gitclone_com"]="https://gitclone.com/" PROXY_URL["ghfast_top"]="https://ghfast.top/" PROXY_URL["source"]="https://" diff --git a/scripts/install.sh b/scripts/install.sh index d71a1c599..16bd3e6fc 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -38,7 +38,7 @@ fi if [ "$LOCAL_ADDR" != "common" ];then declare -A PROXY_URL PROXY_URL["gh_proxy_com"]="https://gh-proxy.com/" - PROXY_URL["ghproxy_link"]="https://ghproxy.link/" + PROXY_URL["github_do"]="https://github.do/" PROXY_URL["gitclone_com"]="https://gitclone.com/" PROXY_URL["ghfast_top"]="https://ghfast.top/" PROXY_URL["source"]="https://" diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index 0240ba443..59d0c4275 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -43,7 +43,7 @@ fi if [ "$LOCAL_ADDR" != "common" ];then declare -A PROXY_URL PROXY_URL["gh_proxy_com"]="https://gh-proxy.com/" - PROXY_URL["ghproxy_link"]="https://ghproxy.link/" + PROXY_URL["github_do"]="https://github.do/" PROXY_URL["gitclone_com"]="https://gitclone.com/" PROXY_URL["ghfast_top"]="https://ghfast.top/" PROXY_URL["source"]="https://" diff --git a/scripts/update.sh b/scripts/update.sh index 4577f2334..a7eb2bad7 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -39,7 +39,7 @@ fi if [ "$LOCAL_ADDR" != "common" ];then declare -A PROXY_URL PROXY_URL["gh_proxy_com"]="https://gh-proxy.com/" - PROXY_URL["ghproxy_link"]="https://ghproxy.link/" + PROXY_URL["github_do"]="https://github.do/" PROXY_URL["gitclone_com"]="https://gitclone.com/" PROXY_URL["ghfast_top"]="https://ghfast.top/" PROXY_URL["source"]="https://" diff --git a/scripts/update_dev.sh b/scripts/update_dev.sh index cd83d56e3..73b942013 100755 --- a/scripts/update_dev.sh +++ b/scripts/update_dev.sh @@ -52,7 +52,7 @@ fi if [ "$LOCAL_ADDR" != "common" ];then declare -A PROXY_URL PROXY_URL["gh_proxy_com"]="https://gh-proxy.com/" - PROXY_URL["ghproxy_link"]="https://ghproxy.link/" + PROXY_URL["github_do"]="https://github.do/" PROXY_URL["gitclone_com"]="https://gitclone.com/" PROXY_URL["ghfast_top"]="https://ghfast.top/" PROXY_URL["source"]="https://"