1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

scripts/local_facts.fact: Stop supporting Ubuntu 22.10 (Impish Indri)

This commit is contained in:
A Holt 2022-07-12 12:33:54 -04:00 committed by GitHub
parent 767ee485ca
commit d4492ef0c8
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-2210" | \
#"centos-7" | \
#"raspbian-8" | \
#"raspbian-9" | \
@ -78,7 +79,6 @@ case $OS_VER in
"ubuntu-2004" | \
"ubuntu-2110" | \
"ubuntu-2204" | \
"ubuntu-2210" | \
"linuxmint-20" | \
"linuxmint-21" | \
"raspbian-11")