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:
That-Guy-Jack 2020-10-24 22:58:23 +01:00 committed by GitHub
parent 20d4cb10c2
commit 1c856c9558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"