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 e67daae..01ff2de 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -64,7 +64,7 @@ mkdir -p $target $next BUILD_BOOKWORM=false BUILD_BULLSEYE=true -BUILD_BUSTER=true +BUILD_BUSTER=false BUILD_BUSTER_EXTRA_KDE=true BUILD_BUSTER_EXTRA_LXDE=true BUILD_STRETCH=false |