Skip to content

Commit

Permalink
add Debian 12 bookworm codename
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpmichael authored and garethgreenaway committed Oct 4, 2023
1 parent 65201d4 commit 910265c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,9 @@ __debian_codename_translation() {
"11")
DISTRO_CODENAME="bullseye"
;;
"12")
DISTRO_CODENAME="bookworm"
;;
*)
DISTRO_CODENAME="stretch"
;;
Expand Down

0 comments on commit 910265c

Please sign in to comment.