Skip to content

Commit

Permalink
ghproxy: update GHPROXY_ADDRESS to ghfast.top
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Jan 15, 2025
1 parent e5b5e11 commit f4457a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/configuration/main-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function do_main_configuration() {
declare -g -r GITHUB_SOURCE='https://hub.fastgit.xyz'
;;
ghproxy)
[[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=ghgo.xyz
[[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=ghfast.top
declare -g -r GITHUB_SOURCE="https://${GHPROXY_ADDRESS}/https://github.com"
;;
gitclone)
Expand Down

0 comments on commit f4457a3

Please sign in to comment.