diff --git a/lib/functions/general/apt-utils.sh b/lib/functions/general/apt-utils.sh index c0e1bc715a77..c298e6bc02e5 100644 --- a/lib/functions/general/apt-utils.sh +++ b/lib/functions/general/apt-utils.sh @@ -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"