−bookworm
Some checks failed
/ job (push) Failing after 5s

This commit is contained in:
Marc Beninca 2024-04-29 17:57:06 +02:00
parent 571c436961
commit e4cd7b186f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

4
cd.sh
View file

@ -44,10 +44,6 @@ cd_set_environment () {
"debian") "debian")
CD_PYTHON_PACKAGE="python3" CD_PYTHON_PACKAGE="python3"
CD_PYTHON_PACKAGES="/usr/lib/python3/dist-packages" CD_PYTHON_PACKAGES="/usr/lib/python3/dist-packages"
case "${CD_OS_VERSION}" in
"bookworm") echo "TODO" ;;
*) cd_error_os "CD_OS_VERSION" ;;
esac
;; ;;
"alma") "alma")
case "${CD_OS_VERSION}" in case "${CD_OS_VERSION}" in