mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
scripts/local_facts.fact: Desupport Raspberry Pi OS 10
This commit is contained in:
parent
1b91b4d840
commit
43833e99b8
1 changed files with 1 additions and 1 deletions
|
@ -64,6 +64,7 @@ OS_VER="$OS-$VERSION_ID"
|
|||
#"centos-7" | \
|
||||
#"raspbian-8" | \
|
||||
#"raspbian-9" | \
|
||||
#"raspbian-10" | \
|
||||
|
||||
# 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"
|
||||
|
@ -77,7 +78,6 @@ case $OS_VER in
|
|||
"ubuntu-2204" | \
|
||||
"linuxmint-20" | \
|
||||
"linuxmint-21" | \
|
||||
"raspbian-10" | \
|
||||
"raspbian-11")
|
||||
;;
|
||||
*) OS_VER="OS Not Supported -- Plz Read: https://github.com/iiab/iiab/wiki/IIAB-Platforms"
|
||||
|
|
Loading…
Add table
Reference in a new issue