mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
Cosmetic changes only.
This commit is contained in:
parent
22ea6481f2
commit
ec0ce4988c
20
inxi
20
inxi
|
@ -27,14 +27,16 @@ SELF_PATCH=00
|
|||
#### Steven Barrett (aka: damentz) - usb audio patch; swap percent used patch
|
||||
#### Jarett.Stevens - dmidecde -M patch for older systems with the /sys
|
||||
####
|
||||
#### Current script home page/wiki/git: https://github.com/smxi/inxi
|
||||
#### Documentation/wiki pages will move to https://smxi.org soon.
|
||||
#### Script forums: http://techpatterns.com/forums/forum-33.html
|
||||
#### Current project home page/wiki/git: https://github.com/smxi/inxi
|
||||
#### Documentation/wiki pages can be found at https://smxi.org/docs/inxi.htm
|
||||
#### Project forums: http://techpatterns.com/forums/forum-33.html
|
||||
#### IRC support: irc.oftc.net channel #smxi
|
||||
#### Version control:
|
||||
#### * https://github.com/smxi/inxi
|
||||
#### * git: git pull https://github.com/smxi/inxi master
|
||||
#### * source checkout url: https://github.com/smxi/inxi
|
||||
#### * For basic version, no gz files, much smaller, do:
|
||||
#### git clone https://github.com/smxi/inxi --branch master-plain --single-branch
|
||||
#### * source repository url: https://github.com/smxi/inxi
|
||||
####
|
||||
#### This program is free software; you can redistribute it and/or modify
|
||||
#### it under the terms of the GNU General Public License as published by
|
||||
|
@ -51,6 +53,10 @@ SELF_PATCH=00
|
|||
####
|
||||
#### If you don't understand what Free Software is, please read (or reread)
|
||||
#### this page: http://www.gnu.org/philosophy/free-sw.html
|
||||
####
|
||||
#### But the main thing about Free Software is that its' about the freedom
|
||||
#### of the individual user, not the corporations that try to coopt it. This
|
||||
#### grows easy to forget when people confuse freedom with open source.
|
||||
########################################################################
|
||||
####
|
||||
#### PACKAGE NAME NOTES
|
||||
|
@ -94,6 +100,8 @@ SELF_PATCH=00
|
|||
#### Note: requires setup of lm-sensors (sensors-detect and adding modules/modprobe/reboot,
|
||||
#### and ideally, pwmconfig) prior to full output being available.
|
||||
#### -S For desktop environment, user must be in X and have xprop installed (in X11-utils)
|
||||
#### -xx@14 - it really helps to have 'tree' installed on Linux systems with /sys for
|
||||
#### debugger data collection, that creates a very useful map of /sys.
|
||||
########################################################################
|
||||
#### BSD Adjustments
|
||||
#### * sed -i '' form supported by using SED_I="-i ''".
|
||||
|
@ -117,7 +125,7 @@ SELF_PATCH=00
|
|||
#### The ONLY time you should use ';' (semi-colon) is in this single case: if [[ condition ]];then.
|
||||
#### Never use compound 'if': ie, if [[ condition ]] && statement.
|
||||
#### * Note: [[ -n $something ]] - double brackets does not require quotes for variables: ie, "$something".
|
||||
#### * Always use quotes, double or single, for all string values.
|
||||
#### * Always use quotes, double or single, for all string values. Really. It won't kill you.
|
||||
#### * All new code/methods must be in a function.
|
||||
|
||||
#### * For all boolean tests, use 'true' / 'false'.
|
||||
|
@ -261,7 +269,7 @@ A_CMDL=''
|
|||
A_CPU_CORE_DATA=''
|
||||
A_CPU_DATA=''
|
||||
A_CPU_TYPE_PCNT_CCNT=''
|
||||
A_DEBUG_BUFFER=''xA9br8
|
||||
A_DEBUG_BUFFER=''
|
||||
|
||||
A_GCC_VERSIONS=''
|
||||
A_GLX_DATA=''
|
||||
|
|
Loading…
Reference in a new issue