Skip to content

Commit ace3d19

Browse files
philcliffordflexiondotorg
authored andcommitted
feat: enable plucky support in deb-get
1 parent 6bc481a commit ace3d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deb-get

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,7 @@ case "${UPSTREAM_CODENAME}" in
13811381
mantic) UPSTREAM_RELEASE="23.10";;
13821382
noble) UPSTREAM_RELEASE="24.04";;
13831383
oracular) UPSTREAM_RELEASE="24.10";;
1384+
plucky) UPSTREAM_RELEASE="25.04";;
13841385

13851386
*) fancy_message fatal "${OS_ID_PRETTY} ${OS_CODENAME^} is not supported because it is not derived from a supported Debian or Ubuntu release.";;
13861387
esac

0 commit comments

Comments
 (0)