We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224b35a commit e7b21f6Copy full SHA for e7b21f6
lib/functions/configuration/main-config.sh
@@ -319,6 +319,9 @@ function do_main_configuration() {
319
;;
320
esac
321
322
+ # enable APA extension for Debian Unstable release
323
+ [ "$RELEASE" = "sid" ] && enable_extension "apa"
324
+
325
## Extensions: at this point we've sourced all the config files that will be used,
326
## and (hopefully) not yet invoked any extension methods. So this is the perfect
327
## place to initialize the extension manager. It will create functions
0 commit comments