1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

add backwards compatibility for existing raspios 10 installs

This commit is contained in:
tim-moody 2021-11-11 16:36:10 -05:00
parent ea84a0fc02
commit c72eea7036

View file

@ -78,6 +78,7 @@ case $OS_VER in
"ubuntu-2204" | \ "ubuntu-2204" | \
"linuxmint-20" | \ "linuxmint-20" | \
"linuxmint-21" | \ "linuxmint-21" | \
"raspbian-10" | \
"raspbian-11") "raspbian-11")
;; ;;
*) OS_VER="OS Not Supported -- Plz Read: https://github.com/iiab/iiab/wiki/IIAB-Platforms" *) OS_VER="OS Not Supported -- Plz Read: https://github.com/iiab/iiab/wiki/IIAB-Platforms"