From 1c856c955875af08d72f019f02f4f3784d464dc1 Mon Sep 17 00:00:00 2001 From: That-Guy-Jack <56127525+That-Guy-Jack@users.noreply.github.com> Date: Sat, 24 Oct 2020 22:58:23 +0100 Subject: [PATCH] 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* --- Install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"