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

Support experimental install on RasPiOS 13

This commit is contained in:
root 2024-06-25 14:34:33 -04:00
parent 2a5046cd84
commit 199424d470
3 changed files with 10 additions and 1 deletions

View file

@ -91,7 +91,8 @@ case $OS_VER in
"ubuntu-2410" | \
"linuxmint-21" | \
"linuxmint-22" | \
"raspbian-12")
"raspbian-12" | \
"raspbian-13")
;;
*) 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
;;