mirror of
				https://github.com/okunze/Argon40-ArgonOne-Script.git
				synced 2025-11-04 02:50:41 +01:00 
			
		
		
		
	Automated Change by GitHub Action
This commit is contained in:
		
				
					committed by
					
						
						github-actions[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							c48103aa3b
						
					
				
				
					commit
					7e1e9a7b36
				
			@@ -647,16 +647,21 @@ else
 | 
			
		||||
	fi
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if [ -f "$eepromrpiscript" ]
 | 
			
		||||
if [ "$CHECKPLATFORM" = "Raspbian" ]
 | 
			
		||||
then
 | 
			
		||||
	sudo rpi-eeprom-update
 | 
			
		||||
	sudo apt-get update && sudo apt-get upgrade -y
 | 
			
		||||
	# EEPROM Config Script
 | 
			
		||||
	sudo $eepromconfigscript
 | 
			
		||||
	set_maxusbcurrent
 | 
			
		||||
	if [ -f "$eepromrpiscript" ]
 | 
			
		||||
	then
 | 
			
		||||
		sudo apt-get update && sudo apt-get upgrade -y
 | 
			
		||||
		sudo rpi-eeprom-update
 | 
			
		||||
		# EEPROM Config Script
 | 
			
		||||
		sudo $eepromconfigscript
 | 
			
		||||
	fi
 | 
			
		||||
else
 | 
			
		||||
	echo "WARNING: EEPROM not updated.  Please run this under Raspberry Pi OS"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
set_maxusbcurrent
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
echo "*********************"
 | 
			
		||||
echo "  $setupmode Completed "
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user