From affc5ef302dc45ab84f2aa65c150a2d9e8fc01d0 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Wed, 14 May 2025 17:12:24 +0800 Subject: [PATCH] extensions: export APA_IS_ACTIVE marker for the current build --- extensions/apa.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/apa.sh b/extensions/apa.sh index 20330c26e..5b7be9bdf 100644 --- a/extensions/apa.sh +++ b/extensions/apa.sh @@ -2,6 +2,7 @@ function extension_prepare_config__apa() { 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() {