From a891b7b99e3a6d5ef527232247a6688a74ae19cd Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 15 Oct 2024 21:52:55 -0700 Subject: [PATCH] feat: Add Ubuntu oracular (24.10) support --- deb-get | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deb-get b/deb-get index 526dc410..b4ae48d2 100755 --- a/deb-get +++ b/deb-get @@ -1358,6 +1358,8 @@ case "${UPSTREAM_CODENAME}" in lunar) UPSTREAM_RELEASE="23.04";; mantic) UPSTREAM_RELEASE="23.10";; noble) UPSTREAM_RELEASE="24.04";; + oracular) UPSTREAM_RELEASE="24.10";; + *) fancy_message fatal "${OS_ID_PRETTY} ${OS_CODENAME^} is not supported because it is not derived from a supported Debian or Ubuntu release.";; esac }