Don't forget to regularly upgrade your inxi script so new features are incorporated.
Latest versions (ie post antiX-M11 release) has some great new features such as showing which desktop environment is used, which xorg is used, usb networking cards, and a lot more!
To upgrade, simply type inxi -U in a user terminal or if that doesn't work in a root user terminal.
topic title: Upgrade inxi script. (inxi -U)
7 posts
• Page 1 of 1
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
-
Posts: 609
- Joined: 02 Jun 2008
#3
the update feature is disabled in the debian package, to enable it, try this.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://code.google.com/p/inxi/wiki/inxiFAQs#List_of_Frequently_Asked_%28or_%27Could_be_Asked%27%29_Questio"
linktext was:"https://code.google.com/p/inxi/wiki/inx ... 29_Questio"
====================================
on my system, i removed the inxi package and i installed the script the classic way.
and i run the inxi -U command, when ever i need a new version of the script.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://code.google.com/p/inxi/wiki/inxiFAQs#List_of_Frequently_Asked_%28or_%27Could_be_Asked%27%29_Questio"
linktext was:"https://code.google.com/p/inxi/wiki/inx ... 29_Questio"
====================================
on my system, i removed the inxi package and i installed the script the classic way.
Code: Select all
cd /usr/local/bin && wget -Nc smxi.org/inxi && chmod +x inxi
-
Posts: 850
- Joined: 26 Jul 2012
#4
I got the same as Alanarchy under MX-14, (just thought you might be interested).
-
Posts: 667
- Joined: 01 Nov 2013
#6
Thanks dark-d.
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#7
Also etc/inxi.conf - change false to true
## We want to use the distro to track the package
B_ALLOW_UPDATE=false
## We want to use the distro to track the package
B_ALLOW_UPDATE=false