diff --git a/Install.sh b/Install.sh index 280fe1a..e98d5a1 100644 --- a/Install.sh +++ b/Install.sh @@ -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"