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

RasPiOS-12

This commit is contained in:
Jerry Vonau 2023-04-04 16:22:25 -05:00
parent d72ada5248
commit 413f740496
2 changed files with 24 additions and 1 deletions

View file

@ -85,7 +85,8 @@ case $OS_VER in
"ubuntu-2210" | \
"ubuntu-2304" | \
"linuxmint-21" | \
"raspbian-11")
"raspbian-11" | \
"raspbian-12")
;;
*) echo -e "\n\e[41;1mOS '$OS_VER' IS NOT SUPPORTED. Please read:\e[0m\n\n\e[1mhttps://github.com/iiab/iiab/wiki/IIAB-Platforms\e[0m\n" ; exit 1 # Used by /opt/iiab/iiab/iiab-install
;;