From 4e56bbae8442751acbc7ba8f16760ac9787e79e6 Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 4 Sep 2025 22:50:49 +0200 Subject: [PATCH] Make bookworm the default DIST value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sorry to tell you that, but bookworm is soooo 2023-ish… --- lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.sh b/lib/common.sh index dbb534c..0a40172 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -11,7 +11,7 @@ TEST_USER="package_checker" [[ -e "./config" ]] && source "./config" ARCH=${ARCH:-amd64} -DIST=${DIST:-bullseye} +DIST=${DIST:-bookworm} DEFAULT_PHP_VERSION=${DEFAULT_PHP_VERSION:-7.4} # YunoHost version: stable, testing or unstable