diff options
author | Sven Gothel <[email protected]> | 2021-07-09 10:55:43 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-07-09 10:55:43 +0200 |
commit | 08f584116b02e50909815fe1677b832f0966a95f (patch) | |
tree | 57bd675b6ee89924bf6f46668e7137121af5f312 /scripts | |
parent | a4006bdbb481d913cce9d1d85a47bb18c6835a55 (diff) |
bullseye: scripts/0[12]-build*: Move to 'bullseye'
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/01-build-rw-lightx.sh | 4 | ||||
-rwxr-xr-x | scripts/02-build-ro-smalldesk.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/01-build-rw-lightx.sh b/scripts/01-build-rw-lightx.sh index 6200c8a..ba32fe7 100755 --- a/scripts/01-build-rw-lightx.sh +++ b/scripts/01-build-rw-lightx.sh @@ -8,8 +8,8 @@ export CUSTOM_VERSION="1.1-rw" export PI_GEN="pi-gen (custom branch)" -# export RELEASE=bullseye -export RELEASE=buster +export RELEASE=bullseye +# export RELEASE=buster export TARGET_ARCH="arm64" diff --git a/scripts/02-build-ro-smalldesk.sh b/scripts/02-build-ro-smalldesk.sh index 271b39c..1006590 100755 --- a/scripts/02-build-ro-smalldesk.sh +++ b/scripts/02-build-ro-smalldesk.sh @@ -8,8 +8,8 @@ export CUSTOM_VERSION="1.1-ro" export PI_GEN="pi-gen (custom branch)" -# export RELEASE=bullseye -export RELEASE=buster +export RELEASE=bullseye +# export RELEASE=buster export TARGET_ARCH="arm64" |