We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbfd78 commit ed10529Copy full SHA for ed10529
install.sh
@@ -29,7 +29,7 @@ country_code=$(echo $ip_info | sed -r 's/.*country_code":"([^"]*).*/\1/')
29
if [ $country_code = "CN" ]; then
30
google_status=$(curl -I -4 -m 3 -o /dev/null -s -w %{http_code} http://www.google.com/generate_204)
31
if [ ! $google_status = "204" ];then
32
- mirror="https://mirror.ghproxy.com/"
+ mirror="https://gh-proxy.com/"
33
fi
34
35
0 commit comments