Skip to content

Commit

Permalink
feat: Add Ubuntu oracular (24.10) support
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored and philclifford committed Oct 17, 2024
1 parent 6970a28 commit 1852f69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1852f69

Please # to comment.