fix(core): typo on distroCheck

This commit is contained in:
4s3ti 2023-08-03 23:33:23 +02:00
parent 4446ea0c2f
commit 16189edc7b
No known key found for this signature in database
GPG key ID: AC2D3B898F96BC51

View file

@ -365,7 +365,7 @@ distroCheck() {
case "${PLAT}" in case "${PLAT}" in
Debian | Raspbian | Ubuntu) Debian | Raspbian | Ubuntu)
case "${OSCN}" in case "${OSCN}" in
stretch | buster | bullseye | bookwork | xenial | bionic | focal | jammy | lunar) stretch | buster | bullseye | bookworm | xenial | bionic | focal | jammy | lunar)
: :
;; ;;
*) *)