From 1837e20e6963555997284c9716a83398aadf8364 Mon Sep 17 00:00:00 2001 From: Bard Date: Sat, 20 Jul 2024 18:04:59 +0800 Subject: [PATCH] install.sh: update ghproxy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 74f3d335d..9509b90b8 100755 --- a/install.sh +++ b/install.sh @@ -22,7 +22,7 @@ country_code=$(echo $ip_info | sed -r 's/.*country_code":"([^"]*).*/\1/') if [ $country_code = "CN" ]; then google_status=$(curl -I -4 -m 3 -o /dev/null -s -w %{http_code} http://www.google.com/generate_204) if [ ! $google_status = "204" ];then - mirror="https://gh.cooluc.com/" + mirror="https://hub.gitmirror.com/" fi fi