mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
local_facts.fact: Transition Linux Mint 20 to 21, as per #3416
This commit is contained in:
parent
cc659d0837
commit
51d5bd8a55
1 changed files with 2 additions and 2 deletions
|
@ -59,6 +59,7 @@ OS_VER="$OS-$VERSION_ID"
|
|||
# Previously supported Linux distributions / versions:
|
||||
#"fedora-18" | \
|
||||
#"fedora-22" | \
|
||||
#"centos-7" | \
|
||||
#"debian-8" | \
|
||||
#"debian-9" | \
|
||||
#"debian-10" | \
|
||||
|
@ -69,7 +70,7 @@ OS_VER="$OS-$VERSION_ID"
|
|||
#"ubuntu-2004" | \
|
||||
#"ubuntu-2104" | \
|
||||
#"ubuntu-2110" | \
|
||||
#"centos-7" | \
|
||||
#"linuxmint-20" | \
|
||||
#"raspbian-8" | \
|
||||
#"raspbian-9" | \
|
||||
#"raspbian-10" | \
|
||||
|
@ -83,7 +84,6 @@ case $OS_VER in
|
|||
"ubuntu-2204" | \
|
||||
"ubuntu-2210" | \
|
||||
"ubuntu-2304" | \
|
||||
"linuxmint-20" | \
|
||||
"linuxmint-21" | \
|
||||
"raspbian-11")
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue