From e7b21f6d97d066ce524de7b8ce8c77596300f0a1 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sat, 5 Jul 2025 19:20:22 +0800 Subject: [PATCH] lib / main-config.sh: enable APA extension for sid Release builds --- lib/functions/configuration/main-config.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/functions/configuration/main-config.sh b/lib/functions/configuration/main-config.sh index ed72e7235..dedbeb32a 100644 --- a/lib/functions/configuration/main-config.sh +++ b/lib/functions/configuration/main-config.sh @@ -319,6 +319,9 @@ function do_main_configuration() { ;; esac + # enable APA extension for Debian Unstable release + [ "$RELEASE" = "sid" ] && enable_extension "apa" + ## Extensions: at this point we've sourced all the config files that will be used, ## and (hopefully) not yet invoked any extension methods. So this is the perfect ## place to initialize the extension manager. It will create functions