Update Install.sh

This commit is contained in:
That-Guy-Jack
2020-10-23 19:41:53 +01:00
committed by GitHub
parent 6c84ef2dc7
commit dae47e2592

View File

@@ -11,16 +11,16 @@ if [ $input = yes ] ; then
cd / cd /
echo "Downloading ILO_250 for ROM Upgrade" echo "Downloading ILO_250 for ROM Upgrade"
echo "Downloading to / directory" 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 "Finished Download"
echo "Making autofan.service" echo "Making autofan.service"
cd /etc/systemd/system/ 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 "Finished making autofan.service"
echo "Preping latest autofan.sh" echo "Preping latest autofan.sh"
cd / cd /
echo "Downloading Latest autofan.sh" 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 "Downloaded autofan.sh Change Placeholders with correct info"
echo "Please Visit the Github Page to Follow Instructions" echo "Please Visit the Github Page to Follow Instructions"
echo "https://github.com/That-Guy-Jack/HP-ILO-Fan-Control" echo "https://github.com/That-Guy-Jack/HP-ILO-Fan-Control"
@@ -29,4 +29,3 @@ else
echo " :( exitting" echo " :( exitting"
exit 1 exit 1
fi fi