diff options
author | Holger Paradies <retabell@gmx.de> | 2020-03-04 17:23:43 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2020-03-04 17:23:43 +0100 |
commit | 411b044ad9a5e1df00b2afd11f2792763831b5dd (patch) | |
tree | abb0144a6a1cf8c80011557da542ec57032a928e | |
parent | 6e6413b290410cc3179cd41bd9a6362cb8fd9d20 (diff) | |
download | kanotix-411b044ad9a5e1df00b2afd11f2792763831b5dd.zip kanotix-411b044ad9a5e1df00b2afd11f2792763831b5dd.tar.gz |
Enable Silverfire-extra builds
enable extra builds vor KDE64 and LXDE64
-rwxr-xr-x | nightly_build.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nightly_build.bash b/nightly_build.bash index 5a04822..3408f45 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -16,8 +16,8 @@ mkdir -p $target $next #sed -i '/gfxdetect/,/^}/{d}' config/binary_grub/grub.cfg BUILD_BUSTER=true -BUILD_BUSTER_EXTRA_KDE=false -BUILD_BUSTER_EXTRA_LXDE=false +BUILD_BUSTER_EXTRA_KDE=true +BUILD_BUSTER_EXTRA_LXDE=true BUILD_STRETCH=true BUILD_JESSIE=true BUILD_JESSIE_SPECIAL=false |