You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: extensions/apa.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ function extension_prepare_config__apa() {
5
5
}
6
6
7
7
functioncustom_apt_repo__add_apa() {
8
-
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
8
+
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
0 commit comments