mirror of
				https://github.com/That-Guy-Jack/HP-ILO-Fan-Control.git
				synced 2025-11-04 05:55:14 +00:00 
			
		
		
		
	Merge pull request #2 from rpenziol/patch-1
Add missing jq dependency in install script. thanks to rpenziol for adding this (https://github.com/rpenziol)
This commit is contained in:
		@@ -6,7 +6,7 @@ if [ $input = yes ] ; then
 | 
			
		||||
# agreement confirmed
 | 
			
		||||
# refresh OR create agreement file status
 | 
			
		||||
        echo "Installing required apt packages sshpass, lm-sensors and wget"
 | 
			
		||||
        apt install sshpass wget lm-sensors -y
 | 
			
		||||
        apt install sshpass wget lm-sensors jq -y
 | 
			
		||||
        echo "Installed required apt packages"
 | 
			
		||||
        cd /
 | 
			
		||||
        echo "Downloading ILO_250 for ROM Upgrade"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user