mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Grammar within kernel warning/output error
This commit is contained in:
		
							parent
							
								
									dbd426b6f2
								
							
						
					
					
						commit
						183ae07319
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -29,7 +29,7 @@ function version_gt() { [ "$(printf '%s\n' "$@" | sort -V | head -1)" != "$1" ];
 | 
			
		|||
CURR_KERN=`uname -r`
 | 
			
		||||
echo "Found Kernel "$CURR_KERN""
 | 
			
		||||
if [ $OS == "raspbian" ] && version_gt $MIN_RPI_KERN $CURR_KERN; then
 | 
			
		||||
    echo "Kernel "$MIN_RPI_KERN" or higher required on Raspbian."
 | 
			
		||||
    echo "Kernel "$MIN_RPI_KERN" or higher required with Raspbian."
 | 
			
		||||
    echo "Please run 'apt update' then 'apt install raspberrypi-kernel' then reboot."
 | 
			
		||||
    echo "INSTALL INSTRUCTIONS: https://github.com/iiab/iiab/wiki/IIAB-Installation"
 | 
			
		||||
    exit 1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue