Merge pull request #2 from rpenziol/patch-1

Add missing jq dependency in install script. 

thanks to rpenziol for adding this (https://github.com/rpenziol)
This commit is contained in:
Jack 2021-05-20 10:52:56 +01:00 committed by GitHub
commit 3361966826
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"