added inxi dependency

This commit is contained in:
Thomas Nahuel Rusiecki 2024-11-20 11:11:39 -03:00
parent 91e6d63fd4
commit ae73292ffc
1 changed files with 1 additions and 1 deletions

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