From 16189edc7b03d3ed930dbb3cc908d8e2275a7563 Mon Sep 17 00:00:00 2001 From: 4s3ti <4s3ti@4s3ti.net> Date: Thu, 3 Aug 2023 23:33:23 +0200 Subject: [PATCH] fix(core): typo on distroCheck --- auto_install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index fd378aa4..66c4e6a2 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -365,7 +365,7 @@ distroCheck() { case "${PLAT}" in Debian | Raspbian | Ubuntu) case "${OSCN}" in - stretch | buster | bullseye | bookwork | xenial | bionic | focal | jammy | lunar) + stretch | buster | bullseye | bookworm | xenial | bionic | focal | jammy | lunar) : ;; *)