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

Desupport Bullseye (Debian 11, RasPiOS 11) & Ubuntu 23.04

This commit is contained in:
root 2023-12-31 20:23:44 -05:00
parent fa0b777680
commit ff3b23376b
5 changed files with 11 additions and 11 deletions

View file

@ -63,6 +63,7 @@ OS_VER="$OS-$VERSION_ID"
#"debian-8" | \
#"debian-9" | \
#"debian-10" | \
#"debian-11" | \
#"ubuntu-16" | \
#"ubuntu-17" | \
#"ubuntu-18" | \
@ -71,24 +72,23 @@ OS_VER="$OS-$VERSION_ID"
#"ubuntu-2104" | \
#"ubuntu-2110" | \
#"ubuntu-2210" | \
#"ubuntu-2304" | \
#"linuxmint-20" | \
#"raspbian-8" | \
#"raspbian-9" | \
#"raspbian-10" | \
#"raspbian-11" | \
# 2021-09-27: With Debian 12 (Bookworm) pre-releases, please manually add
# this line to its /etc/os-release before installing IIAB: VERSION_ID="12"
# 2023-12-31: With Debian 13 (Trixie) pre-releases, please manually add
# this line to its /etc/os-release before installing IIAB: VERSION_ID="13"
case $OS_VER in
"debian-11" | \
"debian-12" | \
"debian-13" | \
"ubuntu-2204" | \
"ubuntu-2304" | \
"ubuntu-2310" | \
"ubuntu-2404" | \
"linuxmint-21" | \
"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

View file

@ -777,12 +777,12 @@ is_debuntu: False # Covers all 4: Ubuntu, Linux Mint, Debian, Raspberry Pi OS
is_ubuntu: False # Covers: Ubuntu, Linux Mint
is_ubuntu_2404: False
is_ubuntu_2310: False
is_ubuntu_2304: False
is_ubuntu_2210: False
#is_ubuntu_2304: False
#is_ubuntu_2210: False
is_ubuntu_2204: False
#is_ubuntu_2110: False
#is_ubuntu_2104: False
is_ubuntu_2004: False
#is_ubuntu_2004: False
#is_ubuntu_19: False
#is_ubuntu_18: False
#is_ubuntu_17: False
@ -790,19 +790,19 @@ is_ubuntu_2004: False
is_linuxmint: False # Subset of is_ubuntu
is_linuxmint_21: False
is_linuxmint_20: False
#is_linuxmint_20: False
is_debian: False # Covers both: Debian, Raspberry Pi OS (Raspbian)
is_debian_13: False
is_debian_12: False
is_debian_11: False
#is_debian_11: False
#is_debian_10: False
#is_debian_9: False
#is_debian_8: False
is_raspbian: False # Covers both: RPi HW + non-RPi HW versions of Raspberry Pi OS (Raspbian)
is_raspbian_12: False
is_raspbian_11: False
#is_raspbian_11: False
#is_raspbian_10: False
#is_raspbian_9: False
#is_raspbian_8: False