mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
use mirror.ghproxy.com as default url of ghproxy
This commit is contained in:
@@ -218,7 +218,7 @@ function do_main_configuration() {
|
||||
GITHUB_SOURCE='https://hub.fastgit.xyz'
|
||||
;;
|
||||
ghproxy)
|
||||
[[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=ghproxy.com
|
||||
[[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=mirror.ghproxy.com
|
||||
GITHUB_SOURCE="https://${GHPROXY_ADDRESS}/https://github.com"
|
||||
;;
|
||||
gitclone)
|
||||
|
||||
Reference in New Issue
Block a user