add inxi as dependency

This commit is contained in:
pedro 2024-12-09 18:42:33 +01:00
parent ae5f9c341a
commit f659a6aba6

View file

@ -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 "${@}"