From 0b22951e4855a4a5d8cbf7e83fa31d46ab8efc5d Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Mon, 13 Nov 2023 16:14:11 -0800 Subject: [PATCH] fedora distro id tweaks --- pinxi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pinxi b/pinxi index 7965371..eeffe7d 100755 --- a/pinxi +++ b/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);