mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
New version, tarball. Tiny change. Added /etc/devuan_version file to distro id to handle
the switched file name. Kudos to anyone out there fighting to create a working alternative to the unreliable and buggy and windows emulating systemd, I wish devuan luck. Maybe between devuan and gentoo and slackware we can save the free software core systems before it's too late.
This commit is contained in:
parent
d744ca415b
commit
dce66a2680
6
inxi
6
inxi
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### Version: 2.2.22
|
||||
#### Date: 2015-05-30
|
||||
#### Version: 2.2.23
|
||||
#### Date: 2015-06-08
|
||||
#### Patch Number: 00
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
|
@ -603,7 +603,7 @@ BLUE,WHITE,NORMAL
|
|||
# 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"
|
||||
# debian_version excluded from DISTROS_PRIMARY so Debian can fall through to /etc/issue detection. Same goes for Ubuntu.
|
||||
DISTROS_EXCLUDE_LIST="debian_version ubuntu_version"
|
||||
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"
|
||||
# this is being used both by core distros and derived distros now, eg, solusos 1 uses it for solusos id, while
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
=====================================================================================
|
||||
Version: 2.2.23
|
||||
Patch Version: 00
|
||||
Script Date: 2015-06-08
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
New version, tarball. Tiny change. Added /etc/devuan_version file to distro id to handle
|
||||
the switched file name. Kudos to anyone out there fighting to create a working alternative
|
||||
to the unreliable and buggy and windows emulating systemd, I wish devuan luck. Maybe between
|
||||
devuan and gentoo and slackware we can save the free software core systems before it's too late.
|
||||
|
||||
-----------------------------------
|
||||
-- Harald Hope - Mon, 08 Jun 2015 15:43:52 -0700
|
||||
|
||||
=====================================================================================
|
||||
Version: 2.2.22
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue