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:
commit
a0e7fb76d2
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-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" | \
|
||||
|
|
Loading…
Reference in a new issue