mirror of
https://github.com/That-Guy-Jack/HP-ILO-Fan-Control.git
synced 2025-04-26 20:42:28 +00:00
Update Install.sh
This commit is contained in:
parent
6c84ef2dc7
commit
dae47e2592
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user