mirror of
https://github.com/That-Guy-Jack/HP-ILO-Fan-Control.git
synced 2025-04-26 12:32:28 +00:00
Update Install.sh
Forgot to add lm-sensors to the needed apt packages. lm-sensors is used for the sensors command in the autofan.sh script *facepalm*
This commit is contained in:
parent
20d4cb10c2
commit
1c856c9558
@ -5,8 +5,8 @@ read input
|
||||
if [ $input = yes ] ; then
|
||||
# agreement confirmed
|
||||
# refresh OR create agreement file status
|
||||
echo "Installing required apt packages sshpass and wget"
|
||||
apt install sshpass wget -y
|
||||
echo "Installing required apt packages sshpass, lm-sensors and wget"
|
||||
apt install sshpass wget lm-sensors -y
|
||||
echo "Installed required apt packages"
|
||||
cd /
|
||||
echo "Downloading ILO_250 for ROM Upgrade"
|
||||
|
Loading…
x
Reference in New Issue
Block a user