From ed10529969a5669490f21f72b3862bcd35c87124 Mon Sep 17 00:00:00 2001 From: sbwml Date: Tue, 17 Dec 2024 22:46:52 +0800 Subject: [PATCH] install.sh: update ghproxy Signed-off-by: sbwml --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 287b1df..3aef09f 100755 --- a/install.sh +++ b/install.sh @@ -29,7 +29,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://mirror.ghproxy.com/" + mirror="https://gh-proxy.com/" fi fi