mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
updated gz files for updated man page.
This commit is contained in:
parent
6d4efa1a59
commit
5b77532460
9
inxi
9
inxi
|
@ -477,7 +477,8 @@ SCRIPT_DOWNLOAD_BRANCH_BSD='https://github.com/smxi/inxi/raw/bsd/'
|
|||
SCRIPT_DOWNLOAD_BRANCH_GNUBSD='https://github.com/smxi/inxi/raw/gnubsd/'
|
||||
SCRIPT_DOWNLOAD_DEV='http://smxi.org/test/'
|
||||
# note, you can use any ip url here as long as it's the only line on the output page.
|
||||
# Also the ip address must be the last thing on that line.
|
||||
# Also the ip address must be the last thing on that line. If you abuse this ip tool
|
||||
# you will be banned from further access. Most > 24x daily automated queries to it are abuse.
|
||||
WAN_IP_URL='http://smxi.org/opt/ip.php'
|
||||
KONVI_CFG="konversation/scripts/$SCRIPT_NAME.conf" # relative path to $(kde-config --path data)
|
||||
|
||||
|
@ -1789,6 +1790,12 @@ debug_data_collector()
|
|||
touch $debug_data_dir/nvidia-smi-absent
|
||||
fi
|
||||
head -n 1 /proc/asound/card*/codec* &> $debug_data_dir/proc-asound-card-codec.txt
|
||||
if [[ -f /proc/version ]];then
|
||||
cat /proc/version &> $debug_data_dir/proc-version.txt
|
||||
else
|
||||
touch $debug_data_dir/proc-version-absent
|
||||
fi
|
||||
echo $CC &> $debug_data_dir/cc-content.txt
|
||||
ls /usr/bin/gcc* &> $debug_data_dir/gcc-sys-versions.txt
|
||||
if type -p gcc &>/dev/null;then
|
||||
gcc --version &> $debug_data_dir/gcc-version.txt
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
=====================================================================================
|
||||
Version: 2.2.28
|
||||
Patch Version: 00
|
||||
Script Date: 2015-08-20
|
||||
-----------------------------------
|
||||
Changes:
|
||||
-----------------------------------
|
||||
No version change, new tarball. Man page link fixes, that's all.
|
||||
|
||||
-----------------------------------
|
||||
-- Harald Hope - Fri, 28 Aug 2015 12:44:43 -0700
|
||||
|
||||
=====================================================================================
|
||||
Version: 2.2.28
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue