mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
added ubuntu noble
This commit is contained in:
parent
f835550518
commit
35277f3093
3
pinxi
3
pinxi
|
@ -31507,8 +31507,9 @@ sub ubuntu_id {
|
||||||
my ($id) = ('');
|
my ($id) = ('');
|
||||||
# xx.04, xx.10
|
# xx.04, xx.10
|
||||||
my %codenames = (
|
my %codenames = (
|
||||||
|
# '??' => '25.04',
|
||||||
# '??' => '24.10',
|
# '??' => '24.10',
|
||||||
# '??' => '24.04 LTS',
|
'noble' => '24.04 LTS',
|
||||||
'mantic' => '23.10',
|
'mantic' => '23.10',
|
||||||
'lunar' => '23.04',
|
'lunar' => '23.04',
|
||||||
'kinetic' => '22.10',
|
'kinetic' => '22.10',
|
||||||
|
|
Loading…
Reference in a new issue