mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Desupport Bullseye (Debian 11, RasPiOS 11) & Ubuntu 23.04
This commit is contained in:
parent
fa0b777680
commit
ff3b23376b
5 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue