mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 19:35:48 +01:00 
			
		
		
		
	Update extract.py
This commit is contained in:
		| @@ -71,7 +71,7 @@ def getCPUtype(): | ||||
|  | ||||
| def getKernelVersion(): | ||||
|     if os.path.exists('' + getNeoLocation() + 'ImagesUpload/dm520') or os.path.exists('' + getNeoLocation() + 'ImagesUpload/dm525') : | ||||
|             result = popen('uname -r', 'r').read().strip('\n').split('-') | ||||
|             result = open('uname -r', 'r').read().strip('\n').split('-') | ||||
|             kernel_version = result[0] | ||||
|             return kernel_version | ||||
|     else:                         | ||||
|   | ||||
		Reference in New Issue
	
	Block a user