chore: update VERSION_CODENAME in packages.sh

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach 2025-08-02 13:47:42 +02:00
parent 4ea4fe48b7
commit 82a789a1dc
No known key found for this signature in database
GPG key ID: D84CD4AA46D7F099

View file

@ -6,7 +6,7 @@
# -o pipefail :: exit on error in pipes # -o pipefail :: exit on error in pipes
set -eE -u -o pipefail set -eE -u -o pipefail
VERSION_CODENAME='bookworm' VERSION_CODENAME='trixie'
# shellcheck source=../helpers/log.sh # shellcheck source=../helpers/log.sh
source /usr/local/bin/helpers/log.sh source /usr/local/bin/helpers/log.sh