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" ;;