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:
		| @@ -897,7 +897,9 @@ def RemoveUnpackDirs(): | ||||
|         rc = os.system('rm -fr /tmp/root_jffs2') | ||||
|     if os.path.exists('/tmp/xz-gz-tar'): | ||||
|         rc = os.system('rm -fr /tmp/xz-gz-tar') | ||||
|          | ||||
|     if os.path.exists('/tmp/other_image'): | ||||
|         rc = os.system('rm -fr /tmp/other_image')         | ||||
|  | ||||
| def NEOBootExtract(source, target, ZipDelete, Nandsim): | ||||
|     RemoveUnpackDirs() | ||||
|     os.system('echo "Press green to hide Console or red to abort the installation\nInstallation started:"; date +%T;echo "Extracting the installation file..."') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user