From d10c98e26b3e3b607b6ad209e5a8c6e7c0aabd74 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 30 Dec 2021 18:04:23 -0500 Subject: [PATCH] local_facts.fact: Stop supporting Ubuntu 21.04 --- scripts/local_facts.fact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index 553896f73..80b6a7068 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -62,6 +62,7 @@ OS_VER="$OS-$VERSION_ID" #"ubuntu-17" | \ #"ubuntu-18" | \ #"ubuntu-19" | \ + #"ubuntu-2104" | \ #"centos-7" | \ #"raspbian-8" | \ #"raspbian-9" | \ @@ -74,7 +75,6 @@ case $OS_VER in "debian-11" | \ "debian-12" | \ "ubuntu-2004" | \ - "ubuntu-2104" | \ "ubuntu-2110" | \ "ubuntu-2204" | \ "linuxmint-20" | \