Skip to content

Commit

Permalink
feat: Support debian 12(Bookworm)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Jul 2, 2023
1 parent 87acb3d commit ef6b0e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auto_install/install.sh
Expand Up @@ -349,6 +349,7 @@ distroCheck() {
VER="${VERSION_ID}"
declare -A VER_MAP=(["10"]="buster"
["11"]="bullseye"
["12"]="bookworm"
["18.04"]="bionic"
["20.04"]="focal"
["22.04"]="jammy"
Expand All @@ -364,7 +365,7 @@ distroCheck() {
case "${PLAT}" in
Debian | Raspbian | Ubuntu)
case "${OSCN}" in
stretch | buster | bullseye | xenial | bionic | focal | jammy | lunar)
stretch | buster | bullseye | bookwork | xenial | bionic | focal | jammy | lunar)
:
;;
*)
Expand Down

0 comments on commit ef6b0e8

Please sign in to comment.