ghproxy: update GHPROXY_ADDRESS to ghgo.xyz

This commit is contained in:
amazingfate
2024-12-20 12:47:45 +08:00
committed by Jianfeng Liu
parent dedfe43499
commit fcbad0b426

View File

@@ -239,7 +239,7 @@ function do_main_configuration() {
declare -g -r GITHUB_SOURCE='https://hub.fastgit.xyz'
;;
ghproxy)
[[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=ghp.ci
[[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=ghgo.xyz
declare -g -r GITHUB_SOURCE="https://${GHPROXY_ADDRESS}/https://github.com"
;;
gitclone)