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"