mirror of
				https://github.com/That-Guy-Jack/HP-ILO-Fan-Control.git
				synced 2025-11-04 14:05:13 +00:00 
			
		
		
		
	Update Install.sh
Fixed Typo in the wget links oops
This commit is contained in:
		@@ -11,11 +11,11 @@ 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/Files/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/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 "Finished making autofan.service"
 | 
				
			||||||
        echo "Preping latest autofan.sh"
 | 
					        echo "Preping latest autofan.sh"
 | 
				
			||||||
        cd /
 | 
					        cd /
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user