mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
apt-utils: fix hard-coded GHPROXY_ADDRESS
This commit is contained in:
@@ -43,7 +43,7 @@ function apt_find_upstream_package_version_and_download_url() {
|
||||
# get json with latest pacakge info generated by GHA
|
||||
case "${GITHUB_MIRROR}" in
|
||||
"ghproxy")
|
||||
package_info_download_url="https://ghp.ci/https://raw.githubusercontent.com/armbian/armbian.github.io/refs/heads/data/data/${sought_package_name}.json"
|
||||
package_info_download_url="https://${GHPROXY_ADDRESS}/https://raw.githubusercontent.com/armbian/armbian.github.io/refs/heads/data/data/${sought_package_name}.json"
|
||||
;;
|
||||
*)
|
||||
package_info_download_url="https://github.armbian.com/${sought_package_name}.json"
|
||||
|
||||
Reference in New Issue
Block a user