Some fixes found while testing #7

Closed
rskthomas wants to merge 6 commits from inxi_bugfix into issue_5__vcs_and_inxi
Showing only changes of commit ae73292ffc - 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 "${@}"