1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Fix local_facts.fact to deprecate 21.10 not 22.10

This commit is contained in:
A Holt 2022-07-14 09:21:16 -04:00 committed by GitHub
parent d4492ef0c8
commit 5d96561e73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ OS_VER="$OS-$VERSION_ID"
#"ubuntu-18" | \
#"ubuntu-19" | \
#"ubuntu-2104" | \
#"ubuntu-2210" | \
#"ubuntu-2110" | \
#"centos-7" | \
#"raspbian-8" | \
#"raspbian-9" | \
@ -77,8 +77,8 @@ case $OS_VER in
"debian-11" | \
"debian-12" | \
"ubuntu-2004" | \
"ubuntu-2110" | \
"ubuntu-2204" | \
"ubuntu-2210" | \
"linuxmint-20" | \
"linuxmint-21" | \
"raspbian-11")