From e4cd7b186f75ce52d68135d37225b781ff960013 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 29 Apr 2024 17:57:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92bookworm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cd.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cd.sh b/cd.sh index b84ae39..a6696b6 100644 --- a/cd.sh +++ b/cd.sh @@ -44,10 +44,6 @@ cd_set_environment () { "debian") CD_PYTHON_PACKAGE="python3" CD_PYTHON_PACKAGES="/usr/lib/python3/dist-packages" - case "${CD_OS_VERSION}" in - "bookworm") echo "TODO" ;; - *) cd_error_os "CD_OS_VERSION" ;; - esac ;; "alma") case "${CD_OS_VERSION}" in