| 
					
				 | 
			
			
				@@ -168,7 +168,7 @@ OSInfo() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			DIST=$(grep ^NAME= /etc/os-release | cut -d = -f 2 | cut -d '"' -f 2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			REV=$(grep ^VERSION= /etc/os-release | cut -d = -f 2 | cut -d '"' -f 2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			ID_LIKE=$(grep ^ID_LIKE= /etc/os-release | cut -d = -f 2 | cut -d '"' -f 2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			VERSION=$(grep ^VERSION_ID= /etc/os-release | cut -d = -f 2 | cur -d '"' -f 2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			VERSION=$(grep ^VERSION_ID= /etc/os-release | cut -d = -f 2 | cut -d '"' -f 2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			for i in $ID_LIKE; do 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				#printf "$i\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				case $i in 
			 |