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
using this extension allows for activation of the APA armbian package
archive and installation of the provided binary packages at image
creation time from within the Armbian Build Framework.
The goal of APA is to simplify maintenance of Armbian Core by moving
dependency logic and other packaging information into a separate space
and handle that meta-data with the proper distribution-creation and
-publication tools. Currently, much of this is done with fragile bash
scripting in Armbian Core instead.
https://github.com/armbian/apa
display_alert "Target image will have Armbian Package Archive (APA) enabled by default""${EXTENSION}""info"
5
+
}
6
+
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
0 commit comments