add Debian 12 bookworm codename

This commit is contained in:
Joel Michael 2023-09-08 09:09:50 +10:00 committed by Gareth J. Greenaway
parent 65201d47ed
commit 910265ce6a

View file

@ -1710,6 +1710,9 @@ __debian_codename_translation() {
"11")
DISTRO_CODENAME="bullseye"
;;
"12")
DISTRO_CODENAME="bookworm"
;;
*)
DISTRO_CODENAME="stretch"
;;