mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
No new version, just fixed some unwanted executable bits in files.
This commit is contained in:
parent
dce92040ec
commit
fcc510af1e
0
README.txt
Executable file → Normal file
0
README.txt
Executable file → Normal file
8
inxi
8
inxi
|
@ -403,6 +403,14 @@ B_HDDTEMP_TESTED='false'
|
||||||
B_MODINFO_TESTED='false'
|
B_MODINFO_TESTED='false'
|
||||||
B_SUDO_TESTED='false'
|
B_SUDO_TESTED='false'
|
||||||
|
|
||||||
|
# cpu 64 bit able or not. Does not tell you actual kernel/OS installed
|
||||||
|
# if ((1<<32)); then
|
||||||
|
# BITS=64
|
||||||
|
# else
|
||||||
|
# BITS=32
|
||||||
|
# fi
|
||||||
|
# echo $BITS
|
||||||
|
|
||||||
### CONSTANTS/INITIALIZE - SOME MAY BE RESET LATER ###
|
### CONSTANTS/INITIALIZE - SOME MAY BE RESET LATER ###
|
||||||
DCOPOBJ="default"
|
DCOPOBJ="default"
|
||||||
DEBUG=0 # Set debug levels from 1-10 (8-10 trigger logging levels)
|
DEBUG=0 # Set debug levels from 1-10 (8-10 trigger logging levels)
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
=====================================================================================
|
||||||
|
Version: 2.3.4
|
||||||
|
Patch Version: 00
|
||||||
|
Script Date: 2016-11-03
|
||||||
|
-----------------------------------
|
||||||
|
Changes:
|
||||||
|
-----------------------------------
|
||||||
|
No new version, just fixed some unwanted executable bits in files.
|
||||||
|
|
||||||
|
-----------------------------------
|
||||||
|
-- Harald Hope - Tue, 22 Nov 2016 11:13:15 -0800
|
||||||
|
|
||||||
=====================================================================================
|
=====================================================================================
|
||||||
Version: 2.3.4
|
Version: 2.3.4
|
||||||
Patch Version: 00
|
Patch Version: 00
|
||||||
|
|
Loading…
Reference in a new issue