extensions: export APA_IS_ACTIVE marker for the current build

This commit is contained in:
Rolf Leggewie
2025-05-14 17:12:24 +08:00
committed by Igor
parent 7f9e02b0a2
commit affc5ef302

View File

@@ -2,6 +2,7 @@
function extension_prepare_config__apa() { function extension_prepare_config__apa() {
display_alert "Target image will have Armbian Package Archive (APA) enabled by default" "${EXTENSION}" "info" display_alert "Target image will have Armbian Package Archive (APA) enabled by default" "${EXTENSION}" "info"
export APA_IS_ACTIVE="true"
} }
function custom_apt_repo__add_apa() { function custom_apt_repo__add_apa() {