mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
New version, tarball. this is only for Manjaro, they seem to have not done the
/etc/os-release file pretty name correctly, so the bland name reports there. Added manjoro-release to the lsb good list. No other changes.
This commit is contained in:
parent
fe5dae9658
commit
4a135d5dee
4
inxi
4
inxi
|
@ -2,7 +2,7 @@
|
|||
########################################################################
|
||||
SELF_NAME='inxi'
|
||||
# don't quote the following, parsers grab these too
|
||||
SELF_VERSION=2.3.54
|
||||
SELF_VERSION=2.3.55
|
||||
SELF_DATE=2018-01-13
|
||||
SELF_PATCH=00
|
||||
########################################################################
|
||||
|
@ -663,7 +663,7 @@ DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version m
|
|||
# debian_version excluded from DISTROS_PRIMARY so Debian can fall through to /etc/issue detection. Same goes for Ubuntu.
|
||||
DISTROS_EXCLUDE_LIST="debian_version devuan_version ubuntu_version"
|
||||
DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release"
|
||||
DISTROS_LSB_GOOD="mandrake-release mandriva-release mandrakelinux-release"
|
||||
DISTROS_LSB_GOOD="mandrake-release mandriva-release mandrakelinux-release manjaro-release"
|
||||
# this is being used both by core distros and derived distros now, eg, solusos 1 uses it for solusos id, while
|
||||
# debian, solusos base, uses it as well, so we have to know which it is.
|
||||
DISTROS_OS_RELEASE_GOOD="arch-release SuSE-release "
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
=====================================================================================
|
||||
Version: 2.3.55
|
||||
Patch Version: 00
|
||||
Script Date: 2018-01-13
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
|
||||
New version, tarball. this is only for Manjaro, they seem to have not done the
|
||||
/etc/os-release file pretty name correctly, so the bland name reports there.
|
||||
|
||||
Added manjoro-release to the lsb good list. No other changes.
|
||||
s
|
||||
-----------------------------------
|
||||
-- Harald Hope - Sat, 13 Jan 2018 16:28:09 -0800
|
||||
|
||||
=====================================================================================
|
||||
Version: 2.3.54
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue