mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update local_facts.fact
This commit is contained in:
parent
71daf9012a
commit
262f7dd484
1 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,7 @@ OS_VER=$OS-$VERSION_ID
|
||||||
# 2020-10-21: Debian 11 (Bullseye) not yet supported but adding this line to
|
# 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"
|
# its /etc/os-release can help testing this unreleased OS: VERSION_ID="11"
|
||||||
|
|
||||||
# 2020-11-14: Ubuntu 21.04 (Hirsute Hippo) not yet supported but this
|
# 2021-06-19: Ubuntu 21.10 (Impish Indri) not yet supported but this
|
||||||
# unreleased OS can help testing.
|
# unreleased OS can help testing.
|
||||||
|
|
||||||
case $OS_VER in
|
case $OS_VER in
|
||||||
|
@ -69,7 +69,8 @@ case $OS_VER in
|
||||||
"ubuntu-20" | \
|
"ubuntu-20" | \
|
||||||
"ubuntu-21" | \
|
"ubuntu-21" | \
|
||||||
"linuxmint-20" | \
|
"linuxmint-20" | \
|
||||||
"raspbian-10")
|
"raspbian-10" | \
|
||||||
|
"raspbian-11")
|
||||||
;;
|
;;
|
||||||
*) OS_VER="OS_not_supported"
|
*) OS_VER="OS_not_supported"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue