From 1402e40ab92ee8c97b9d9b4e2311e84f5dcb7016 Mon Sep 17 00:00:00 2001 From: Julia Pitts Date: Tue, 5 Mar 2024 18:19:49 +0000 Subject: [PATCH] Add Fedora 41 to supported distros. --- distro-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro-info.sh b/distro-info.sh index c148d57..ef1b1b5 100755 --- a/distro-info.sh +++ b/distro-info.sh @@ -2,4 +2,4 @@ # This file also gets execfile'd by python so don't do anything here besides set variables. UBUNTU_CODENAMES="kinetic lunar mantic noble" DEBIAN_CODENAMES="bookworm trixie sid" -FEDORA_CODENAMES="37 38 39 40" +FEDORA_CODENAMES="37 38 39 40 41"