mirror of
				https://github.com/That-Guy-Jack/HP-ILO-Fan-Control.git
				synced 2025-11-04 05:55:14 +00:00 
			
		
		
		
	Update Install.sh
Forgot to add lm-sensors to the needed apt packages. lm-sensors is used for the sensors command in the autofan.sh script *facepalm*
This commit is contained in:
		@@ -5,8 +5,8 @@ read input
 | 
			
		||||
if [ $input = yes ] ; then
 | 
			
		||||
# agreement confirmed
 | 
			
		||||
# refresh OR create agreement file status
 | 
			
		||||
        echo "Installing required apt packages sshpass and wget"
 | 
			
		||||
        apt install sshpass wget -y
 | 
			
		||||
        echo "Installing required apt packages sshpass, lm-sensors and wget"
 | 
			
		||||
        apt install sshpass wget lm-sensors -y
 | 
			
		||||
        echo "Installed required apt packages"
 | 
			
		||||
        cd /
 | 
			
		||||
        echo "Downloading ILO_250 for ROM Upgrade"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user