mirror of https://github.com/armbian/build.git
lib / main-config.sh: enable APA extension for sid Release builds
This commit is contained in:
parent
224b35ab28
commit
e7b21f6d97
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue