mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2582 from holta/debian-11-vars
Overseas request for immediate testing of IIAB on Debian 11 Bullseye + similarly clean out long-deprecated apache_config_dir from high-level <OS>.yml vars files
This commit is contained in:
commit
c3b1c71efb
18 changed files with 31 additions and 15 deletions
|
@ -56,8 +56,12 @@ 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"
|
||||
|
||||
case $OS_VER in
|
||||
"debian-10" | \
|
||||
"debian-11" | \
|
||||
"ubuntu-20" | \
|
||||
"linuxmint-20" | \
|
||||
"raspbian-10")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue