From c14f87569c9287f51bf31c2c7035fcacaf777377 Mon Sep 17 00:00:00 2001 From: That-Guy-Jack <56127525+That-Guy-Jack@users.noreply.github.com> Date: Sun, 1 Nov 2020 12:53:47 +0000 Subject: [PATCH] Update Install.sh Fixed Typo in the wget links oops --- Install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install.sh b/Install.sh index e98d5a1..aa40448 100644 --- a/Install.sh +++ b/Install.sh @@ -11,11 +11,11 @@ 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/Files/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/Files/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 /