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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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