Skip to content

Commit

Permalink
extensions: fix outdated ghproxy mirror address
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate authored and igorpecovnik committed Feb 10, 2025
1 parent fc20fb8 commit 7faaf63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/bcmdhd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function post_install_kernel_debs__install_bcmdhd_dkms_package() {
bcmdhd_sdio_url="https://github.com/armbian/bcmdhd-dkms/releases/download/${latest_version}/bcmdhd-sdio-dkms_${latest_version}_all.deb"
bcmdhd_usb_url="https://github.com/armbian/bcmdhd-dkms/releases/download/${latest_version}/bcmdhd-usb-dkms_${latest_version}_all.deb"
if [[ "${GITHUB_MIRROR}" == "ghproxy" ]]; then
ghproxy_header="https://mirror.ghproxy.com/"
ghproxy_header="https://ghfast.top/"
bcmdhd_pcie_url=${ghproxy_header}${bcmdhd_pcie_url}
bcmdhd_sdio_url=${ghproxy_header}${bcmdhd_sdio_url}
bcmdhd_usb_url=${ghproxy_header}${bcmdhd_usb_url}
Expand Down
2 changes: 1 addition & 1 deletion extensions/radxa-aic8800.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function post_install_kernel_debs__install_aic8800_dkms_package() {
aic8800_sdio_url="https://github.com/radxa-pkg/aic8800/releases/download/${latest_version}/aic8800-sdio-dkms_${latest_version}_all.deb"
aic8800_usb_url="https://github.com/radxa-pkg/aic8800/releases/download/${latest_version}/aic8800-usb-dkms_${latest_version}_all.deb"
if [[ "${GITHUB_MIRROR}" == "ghproxy" ]]; then
ghproxy_header="https://mirror.ghproxy.com/"
ghproxy_header="https://ghfast.top/"
aic8800_firmware_url=${ghproxy_header}${aic8800_firmware_url}
aic8800_pcie_url=${ghproxy_header}${aic8800_pcie_url}
aic8800_sdio_url=${ghproxy_header}${aic8800_sdio_url}
Expand Down

0 comments on commit 7faaf63

Please sign in to comment.