From 29ac3b71a3df67c3777bc4ba3a5725d2a90bfec5 Mon Sep 17 00:00:00 2001 From: Julia Pitts Date: Thu, 13 Jun 2024 00:25:34 +0000 Subject: [PATCH] Add Ubuntu 24.10 (Oracular Oriole) to supported versions. --- distro-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"