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