Add missing jq dependency in install script

This commit is contained in:
Robbie Penziol 2021-04-05 23:47:22 -07:00 committed by GitHub
parent b187b64e7a
commit 54b3e4bbc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"