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

View File

@@ -6,7 +6,7 @@ if [ $input = yes ] ; then
# agreement confirmed # agreement confirmed
# refresh OR create agreement file status # refresh OR create agreement file status
echo "Installing required apt packages sshpass, lm-sensors and wget" 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" echo "Installed required apt packages"
cd / cd /
echo "Downloading ILO_250 for ROM Upgrade" echo "Downloading ILO_250 for ROM Upgrade"