1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3028 from tim-moody/back-comp

add backwards compatibility for existing raspios 10 installs
This commit is contained in:
Tim Moody 2021-11-11 16:36:40 -05:00 committed by GitHub
commit c4948ceab3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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