mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
New version, tarball. This version has some bug/edit fixes and a new distro id, mx-version.
Simple.
This commit is contained in:
parent
3c93de060f
commit
b0d1e4976a
6
inxi
6
inxi
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### Version: 2.3.18
|
||||
#### Date: 2017-06-09
|
||||
#### Version: 2.3.19
|
||||
#### Date: 2017-06-10
|
||||
#### Patch Number: 00
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
|
@ -642,7 +642,7 @@ MAGENTA,DBLUE,NORMAL
|
|||
## DISTRO DATA/ID ##
|
||||
# In cases of derived distros where the version file of the base distro can also be found under /etc,
|
||||
# the derived distro's version file should go first. (Such as with Sabayon / Gentoo)
|
||||
DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version mandrake-release pardus-release porteus-version sabayon-release siduction-version sidux-version slitaz-release solusos-release turbolinux-release zenwalk-version"
|
||||
DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version mandrake-release mx-version pardus-release porteus-version sabayon-release siduction-version sidux-version slitaz-release solusos-release turbolinux-release zenwalk-version"
|
||||
# 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"
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
=====================================================================================
|
||||
Version: 2.3.19
|
||||
Patch Version: 00
|
||||
Script Date: 2017-06-10
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
New version, tarball. This version has some bug/edit fixes and a new distro id, mx-version.
|
||||
|
||||
Simple.
|
||||
|
||||
-----------------------------------
|
||||
-- Harald Hope - Sat, 10 Jun 2017 21:32:55 -0700
|
||||
|
||||
=====================================================================================
|
||||
Version: 2.3.18
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue