mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
scripts/local_facts.fact: Stop supporting Ubuntu 22.10 (Impish Indri)
This commit is contained in:
parent
767ee485ca
commit
d4492ef0c8
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue