diff options
author | Holger Paradies <retabell@gmx.de> | 2019-04-30 21:28:41 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-04-30 22:13:28 +0200 |
commit | e0292c977ee135b06eb3a0c455aa29f6debbe345 (patch) | |
tree | f0a2cb08772264e4c0ed8b72256c85c73ed57b88 | |
parent | 9b91622b9ffd66d1e438bdaa23ca9274c5f89f12 (diff) | |
download | kanotix-e0292c977ee135b06eb3a0c455aa29f6debbe345.zip kanotix-e0292c977ee135b06eb3a0c455aa29f6debbe345.tar.gz |
enable Silverfire Build
-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 535f0cf..10533c5 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -18,7 +18,7 @@ mkdir -p $target $next BUILD_WHEEZY=false BUILD_JESSIE=true BUILD_STRETCH=true -BUILD_BUSTER=false +BUILD_BUSTER=true if $BUILD_WHEEZY; then |