1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Merge pull request #3306 from holta/impish-eol

scripts/local_facts.fact: Stop supporting Ubuntu 21.10 (Impish Indri)
This commit is contained in:
A Holt 2022-07-14 09:25:43 -04:00 committed by GitHub
commit a0e7fb76d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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