diff options
-rwxr-xr-x | nightly_build.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly_build.bash b/nightly_build.bash index 01ff2de..cfdbe42 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -62,7 +62,7 @@ mkdir -p $target $next ## remove gfxdetect entries from grub.cfg (for non-gfxdetect-builds) #sed -i '/gfxdetect/,/^}/{d}' config/binary_grub/grub.cfg -BUILD_BOOKWORM=false +BUILD_BOOKWORM=true BUILD_BULLSEYE=true BUILD_BUSTER=false BUILD_BUSTER_EXTRA_KDE=true |