Skip to content

Commit

Permalink
feat: enable forky support in deb-get
Browse files Browse the repository at this point in the history
Allow deb-get to run on Debian  14 (Forky) when it is released
  • Loading branch information
philclifford committed Jan 8, 2025
1 parent c4cbc32 commit 71cd379
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 @@ -1373,6 +1373,7 @@ case "${UPSTREAM_CODENAME}" in
bullseye) UPSTREAM_RELEASE="11";;
bookworm) UPSTREAM_RELEASE="12";;
trixie) UPSTREAM_CODENAME="13";;
forky) UPSTREAM_CODENAME="14";;
sid) UPSTREAM_RELEASE="unstable";;
focal) UPSTREAM_RELEASE="20.04";;
jammy) UPSTREAM_RELEASE="22.04";;
Expand Down

0 comments on commit 71cd379

Please sign in to comment.