mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
fedora distro id tweaks
This commit is contained in:
parent
1c83e8c789
commit
0b22951e48
8
pinxi
8
pinxi
|
@ -50,8 +50,8 @@ use POSIX qw(ceil uname strftime ttyname);
|
|||
## INXI INFO ##
|
||||
my $self_name='pinxi';
|
||||
my $self_version='3.3.31';
|
||||
my $self_date='2023-11-08';
|
||||
my $self_patch='09';
|
||||
my $self_date='2023-11-12';
|
||||
my $self_patch='10';
|
||||
## END INXI INFO ##
|
||||
|
||||
my ($b_pledge,@pledges);
|
||||
|
@ -30949,8 +30949,8 @@ sub get_linux_distro {
|
|||
$os_release_good_s .= 'pclinuxos-release|rpi-issue|SuSE-release';
|
||||
# We need these empirically verified one by one as they appear, but always remember
|
||||
# that stuff changes, legacy, deprecated, but these ideally are going to be right
|
||||
my $osr_good = 'antergos|chakra|guix|mageia|manjaro|oracle|pclinuxos|porteux|';
|
||||
$osr_good .= 'raspberry pi os|slint|zorin';
|
||||
my $osr_good = 'antergos|chakra|fedora|guix|mageia|manjaro|oracle|pclinuxos|';
|
||||
$osr_good .= 'porteux|raspberry pi os|slint|zorin';
|
||||
# Force use of pretty name because that's only location of derived distro name
|
||||
my $osr_pretty = 'zinc';
|
||||
my ($b_issue,$b_lsb,$b_osr_pretty,$b_skip_issue,$b_skip_osr);
|
||||
|
|
Loading…
Reference in a new issue