Some fixes found while testing #7

Open
rskthomas wants to merge 4 commits from inxi_bugfix into inxi
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ae5f9c341a - Show all commits

View File

@ -9,7 +9,7 @@ set -u
set -x set -x
main() { main() {
sudo apt install smartmontools lshw hwinfo dmidecode sudo apt install smartmontools lshw hwinfo dmidecode inxi
} }
main "${@}" main "${@}"