mirror of
https://github.com/smxi/inxi.git
synced 2025-04-25 19:19:13 +00:00
added ubuntu noble
This commit is contained in:
parent
f835550518
commit
35277f3093
1 changed files with 2 additions and 1 deletions
3
pinxi
3
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',
|
||||
|
|
Loading…
Add table
Reference in a new issue