added inxi dependency
This commit is contained in:
parent
91e6d63fd4
commit
ae73292ffc
|
@ -9,7 +9,7 @@ set -u
|
|||
set -x
|
||||
|
||||
main() {
|
||||
sudo apt install smartmontools lshw hwinfo dmidecode
|
||||
sudo apt install smartmontools lshw hwinfo dmidecode inxi
|
||||
}
|
||||
|
||||
main "${@}"
|
||||
|
|
Loading…
Reference in New Issue