1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +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
;;

View file

@ -802,6 +802,7 @@ is_debian_12: False
#is_debian_8: False
is_raspbian: False # Covers both: RPi HW + non-RPi HW versions of Raspberry Pi OS (Raspbian)
is_raspbian_13: False
is_raspbian_12: False
#is_raspbian_11: False
#is_raspbian_10: False

7
vars/raspbian-13.yml Normal file
View file

@ -0,0 +1,7 @@
# Every is_<OS_VER> var is initially set to 'False' at the bottom of
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_debian: True # Opposite of is_ubuntu for now
is_debian_13: True
is_raspbian: True
is_raspbian_13: True