mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Preparation for http proxy caching (#8281)
* always use http for apt repos * pass possible proxy arguments to docker * populate lower-case env variables with upper-case ones if not set otherwise
This commit is contained in:
@@ -5,7 +5,7 @@ function extension_prepare_config__apa() {
|
||||
}
|
||||
|
||||
function custom_apt_repo__add_apa() {
|
||||
run_host_command_logged echo "deb [signed-by=${APT_SIGNING_KEY_FILE}] https://github.armbian.com/apa current main" "|" tee "${SDCARD}"/etc/apt/sources.list.d/armbian-apa.list
|
||||
run_host_command_logged echo "deb [signed-by=${APT_SIGNING_KEY_FILE}] http://github.armbian.com/apa current main" "|" tee "${SDCARD}"/etc/apt/sources.list.d/armbian-apa.list
|
||||
}
|
||||
|
||||
function post_armbian_repo_customize_image__install_from_apa() {
|
||||
|
||||
Reference in New Issue
Block a user