Skip to content

Commit

Permalink
feat: enable pluck support in deb-get
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Jan 8, 2025
1 parent c4cbc32 commit 6445bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ case "${UPSTREAM_CODENAME}" in
mantic) UPSTREAM_RELEASE="23.10";;
noble) UPSTREAM_RELEASE="24.04";;
oracular) UPSTREAM_RELEASE="24.10";;
plucky) UPSTREAM_RELEASE="25.04";;

*) 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 6445bd2

Please sign in to comment.