From d713adac205c0157324bca4e5f1f622949fd86a6 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 15 Dec 2022 09:58:05 +0200 Subject: [PATCH] Fix installation on debian testing bookworm dist is not deployed, so use bullseye instead. Signed-off-by: Orgad Shaneh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fbaac769..49b166e1 100755 --- a/install.sh +++ b/install.sh @@ -244,7 +244,7 @@ check_forked() { fi dist_version="$(sed 's/\/.*//' /etc/debian_version | sed 's/\..*//')" case "$dist_version" in - 11) + 11|12|bookworm) dist_version="bullseye" ;; 10) @@ -332,7 +332,7 @@ do_install() { debian|raspbian) dist_version="$(sed 's/\/.*//' /etc/debian_version | sed 's/\..*//')" case "$dist_version" in - 11) + 11|12|bookworm) dist_version="bullseye" ;; 10)