Skip to content

Commit 71cd379

Browse files
committed
feat: enable forky support in deb-get
Allow deb-get to run on Debian 14 (Forky) when it is released
1 parent c4cbc32 commit 71cd379

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
@@ -1373,6 +1373,7 @@ case "${UPSTREAM_CODENAME}" in
13731373
bullseye) UPSTREAM_RELEASE="11";;
13741374
bookworm) UPSTREAM_RELEASE="12";;
13751375
trixie) UPSTREAM_CODENAME="13";;
1376+
forky) UPSTREAM_CODENAME="14";;
13761377
sid) UPSTREAM_RELEASE="unstable";;
13771378
focal) UPSTREAM_RELEASE="20.04";;
13781379
jammy) UPSTREAM_RELEASE="22.04";;

0 commit comments

Comments
 (0)