mirror of
https://github.com/That-Guy-Jack/HP-ILO-Fan-Control.git
synced 2025-04-26 12:32:28 +00:00
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:
commit
3361966826
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user