diff --git a/cd.sh b/cd.sh index fac2b70..63aad9a 100644 --- a/cd.sh +++ b/cd.sh @@ -309,6 +309,11 @@ deb ${CD_OS_REPO} ${CD_OS_VERSION}-updates main deb ${CD_OS_REPO}-security ${CD_OS_VERSION}-security main " ;; + # TODO + "${CD_OS_ROCKY}") + ;; + "${CD_OS_UBUNTU}") + ;; esac }