mirror of
https://github.com/That-Guy-Jack/HP-ILO-Fan-Control.git
synced 2025-04-27 13:02:27 +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
|
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 and wget"
|
echo "Installing required apt packages sshpass, lm-sensors and wget"
|
||||||
apt install sshpass wget -y
|
apt install sshpass wget lm-sensors -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