From 9cbda5cba66043967106b8878abd5422b001a17c Mon Sep 17 00:00:00 2001 From: Timothy Palpant Date: Wed, 6 Sep 2023 14:14:50 -0400 Subject: [PATCH] Add mantic to distro-info.sh --- distro-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro-info.sh b/distro-info.sh index 601272c..74b39d9 100755 --- a/distro-info.sh +++ b/distro-info.sh @@ -1,5 +1,5 @@ #!/bin/sh # This file also gets execfile'd by python so don't do anything here besides set variables. -UBUNTU_CODENAMES="kinetic lunar" +UBUNTU_CODENAMES="kinetic lunar mantic" DEBIAN_CODENAMES="bookworm sid" FEDORA_CODENAMES="37 38 39"