mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
tiny bug fix, change version number because it can cause bad output slightly.
Added 2>/dev/null to qdbus, that tool isn't tested for and might not be present, and when absent, throws error
This commit is contained in:
parent
17065c59f7
commit
b63089a6d6
4
inxi
4
inxi
|
@ -46,8 +46,8 @@
|
|||
#### distro for proper package name by doing this: which <application>
|
||||
#### then find what package owns that application file.
|
||||
#### DEPENDENCIES
|
||||
#### bash >=3.0 (bash); df, readlink, stty, tr, uname, wc (coreutils),
|
||||
#### gawk (gawk); grep (grep); hostname (hostname); lspci (pciutils),
|
||||
#### bash >=3.0 (bash); df, readlink, stty, tr, uname, wc (coreutils);
|
||||
#### gawk (gawk); grep (grep); hostname (hostname); lspci (pciutils);
|
||||
#### free, ps, uptime (procps);
|
||||
#### Also the proc filesystem should be present and mounted
|
||||
####
|
||||
|
|
Loading…
Reference in a new issue