Skip to content

Commit

Permalink
temporarily use bullseye packages until bookworm packages are available
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpmichael committed Sep 7, 2023
1 parent c8ec3e8 commit f6cce49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1712,6 +1712,11 @@ __debian_codename_translation() {
;;
"12")
DISTRO_CODENAME="bookworm"
# FIXME - TEMPORARY
# use bullseye packages until bookworm packages are available
DISTRO_CODENAME="bullseye"
DISTRO_MAJOR_VERSION=11
rv=11
;;
*)
DISTRO_CODENAME="stretch"
Expand Down

0 comments on commit f6cce49

Please sign in to comment.