From 54b3e4bbc7532e9fb0a68af2a234726df78c5cae Mon Sep 17 00:00:00 2001 From: Robbie Penziol Date: Mon, 5 Apr 2021 23:47:22 -0700 Subject: [PATCH] Add missing jq dependency in install script --- Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.sh b/Install.sh index e98d5a1..2b39beb 100644 --- a/Install.sh +++ b/Install.sh @@ -6,7 +6,7 @@ if [ $input = yes ] ; then # agreement confirmed # refresh OR create agreement file status echo "Installing required apt packages sshpass, lm-sensors and wget" - apt install sshpass wget lm-sensors -y + apt install sshpass wget lm-sensors jq -y echo "Installed required apt packages" cd / echo "Downloading ILO_250 for ROM Upgrade"