mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Desupport Debian 10 + lay groundwork for Debian 12 (Bookworm)
This commit is contained in:
parent
561e3eb3c5
commit
5ebf826193
3 changed files with 35 additions and 4 deletions
|
@ -52,6 +52,7 @@ OS_VER=$OS-$VERSION_ID
|
|||
#"fedora-22" | \
|
||||
#"debian-8" | \
|
||||
#"debian-9" | \
|
||||
#"debian-10" | \
|
||||
#"ubuntu-16" | \
|
||||
#"ubuntu-17" | \
|
||||
#"ubuntu-18" | \
|
||||
|
@ -60,16 +61,16 @@ OS_VER=$OS-$VERSION_ID
|
|||
#"raspbian-8" | \
|
||||
#"raspbian-9" | \
|
||||
|
||||
# 2020-10-21: Debian 11 (Bullseye) not yet supported but adding this line to
|
||||
# its /etc/os-release can help testing this unreleased OS: VERSION_ID="11"
|
||||
|
||||
# 2021-06-19: Ubuntu 21.10 (Impish Indri) not yet supported but this
|
||||
# unreleased OS can help testing. For now this means MANUALLY changing
|
||||
# php_version: 7.4 to 8.0 in /opt/iiab/iiab/vars/ubuntu-21.yml
|
||||
|
||||
# 2020-07-31: Debian 12 (Bookworm) not yet supported but adding this line
|
||||
# to its /etc/os-release can help testing this upcoming OS: VERSION_ID="12"
|
||||
|
||||
case $OS_VER in
|
||||
"debian-10" | \
|
||||
"debian-11" | \
|
||||
"debian-12" | \
|
||||
"ubuntu-20" | \
|
||||
"ubuntu-21" | \
|
||||
"linuxmint-20" | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue