From 262f7dd48465538b6088d07af08c7198b535a2a2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 19 Jun 2021 18:01:07 -0400 Subject: [PATCH] Update local_facts.fact --- scripts/local_facts.fact | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index f34f0fac6..a3fdd96a4 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -60,7 +60,7 @@ OS_VER=$OS-$VERSION_ID # 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" -# 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. case $OS_VER in @@ -69,7 +69,8 @@ case $OS_VER in "ubuntu-20" | \ "ubuntu-21" | \ "linuxmint-20" | \ - "raspbian-10") + "raspbian-10" | \ + "raspbian-11") ;; *) OS_VER="OS_not_supported" ;;