diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 086be2c..361494c 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -21,7 +21,7 @@ if (-not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent $PROXY_PREFIX = "" if ($Proxy) { - $PROXY_PREFIX = "https://ghproxy.com/" + $PROXY_PREFIX = "https://mirror.ghproxy.com/" Write-Host "Using GitHub proxy: $PROXY_PREFIX" -ForegroundColor Blue } diff --git a/scripts/install.sh b/scripts/install.sh index b7c0fce..9993426 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -28,7 +28,7 @@ while [[ $# -gt 0 ]]; do key="$1" case $key in --proxy) - PROXY="https://ghproxy.com/" + PROXY="https://mirror.ghproxy.com/" echo_blue "Using GitHub proxy: $PROXY" shift ;;