From f659a6aba6de0d8a1e220365cb0665f8b976522c Mon Sep 17 00:00:00 2001 From: pedro Date: Mon, 9 Dec 2024 18:42:33 +0100 Subject: [PATCH] add inxi as 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 "${@}"