diff --git a/distro-info.sh b/distro-info.sh index ef1b1b5..048cca2 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 mantic noble" +UBUNTU_CODENAMES="kinetic lunar mantic noble oracular" DEBIAN_CODENAMES="bookworm trixie sid" FEDORA_CODENAMES="37 38 39 40 41"