From 51d5bd8a556ccc3eb562e868dc308ae97e30236f Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 21 Dec 2022 21:12:02 -0500 Subject: [PATCH] local_facts.fact: Transition Linux Mint 20 to 21, as per #3416 --- scripts/local_facts.fact | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index b78e21e43..ed84729f5 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -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") ;;