From ae73292ffcbfca578616458f60ccdfa027cb69e0 Mon Sep 17 00:00:00 2001 From: thomas rusiecki Date: Wed, 20 Nov 2024 11:11:39 -0300 Subject: [PATCH] added inxi dependency --- install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dependencies.sh b/install-dependencies.sh index bb97b97..6188fc9 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -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 "${@}"