1
0
Fork 0
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:
A Holt 2020-10-21 15:47:23 -07:00 committed by GitHub
commit c3b1c71efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 31 additions and 15 deletions

View file

@ -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")