From dae47e25925035bf5ef82df1db876b8e59352096 Mon Sep 17 00:00:00 2001 From: That-Guy-Jack <56127525+That-Guy-Jack@users.noreply.github.com> Date: Fri, 23 Oct 2020 19:41:53 +0100 Subject: [PATCH] Update Install.sh --- Install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Install.sh b/Install.sh index 359e998..280fe1a 100644 --- a/Install.sh +++ b/Install.sh @@ -11,16 +11,16 @@ if [ $input = yes ] ; then cd / echo "Downloading ILO_250 for ROM Upgrade" echo "Downloading to / directory" - wget https://github.com/That-Guy-Jack/HP-ILO-Fan-Control/tree/main/ilo_250 + wget https://github.com/That-Guy-Jack/HP-ILO-Fan-Control/tree/main/Files/ilo_250 echo "Finished Download" echo "Making autofan.service" cd /etc/systemd/system/ - wget https://raw.githubusercontent.com/That-Guy-Jack/HP-ILO-Fan-Control/main/autofan.service + wget https://raw.githubusercontent.com/That-Guy-Jack/HP-ILO-Fan-Control/main/Files/autofan.service echo "Finished making autofan.service" echo "Preping latest autofan.sh" cd / echo "Downloading Latest autofan.sh" - wget https://raw.githubusercontent.com/That-Guy-Jack/HP-ILO-Fan-Control/main/autofan.sh + wget https://raw.githubusercontent.com/That-Guy-Jack/HP-ILO-Fan-Control/main/Files/autofan.sh echo "Downloaded autofan.sh Change Placeholders with correct info" echo "Please Visit the Github Page to Follow Instructions" echo "https://github.com/That-Guy-Jack/HP-ILO-Fan-Control" @@ -29,4 +29,3 @@ else echo " :( exitting" exit 1 fi -