diff --git a/lib/functions/configuration/main-config.sh b/lib/functions/configuration/main-config.sh index 66482c64b4..a65297cec7 100644 --- a/lib/functions/configuration/main-config.sh +++ b/lib/functions/configuration/main-config.sh @@ -322,7 +322,7 @@ function do_main_configuration() { # enable APA extension for Debian Unstable release # loong64 is not supported now - [ "$RELEASE" = "sid" ] && [ "$ARCH" != "loong64" ] && enable_extension "apa" + # [ "$RELEASE" = "sid" ] && [ "$ARCH" != "loong64" ] && 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