mirror of
https://github.com/That-Guy-Jack/HP-ILO-Fan-Control.git
synced 2025-04-26 12:32:28 +00:00
Add missing jq dependency in install script
This commit is contained in:
parent
b187b64e7a
commit
54b3e4bbc7
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user