Skip to content

Commit

Permalink
fix(core): typo on distroCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Aug 3, 2023
1 parent 4446ea0 commit 16189ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_install/install.sh
Expand Up @@ -365,7 +365,7 @@ distroCheck() {
case "${PLAT}" in
Debian | Raspbian | Ubuntu)
case "${OSCN}" in
stretch | buster | bullseye | bookwork | xenial | bionic | focal | jammy | lunar)
stretch | buster | bullseye | bookworm | xenial | bionic | focal | jammy | lunar)
:
;;
*)
Expand Down

0 comments on commit 16189ed

Please sign in to comment.