From 35277f30931b7a970571cc1d35198365968312ae Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Tue, 31 Oct 2023 16:49:37 -0700 Subject: [PATCH] added ubuntu noble --- pinxi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pinxi b/pinxi index ae04c10..4a8bbf0 100755 --- a/pinxi +++ b/pinxi @@ -31507,8 +31507,9 @@ sub ubuntu_id { my ($id) = (''); # xx.04, xx.10 my %codenames = ( + # '??' => '25.04', # '??' => '24.10', - # '??' => '24.04 LTS', + 'noble' => '24.04 LTS', 'mantic' => '23.10', 'lunar' => '23.04', 'kinetic' => '22.10',