mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-30 19:05:48 +01:00 
			
		
		
		
	Update unpack.py
This commit is contained in:
		| @@ -122,7 +122,11 @@ class InstallImage(Screen, ConfigListScreen): | ||||
|             if fn.find('.tar') != -1: | ||||
|                 fn = fn.replace('.tar', '') | ||||
|                 sourcelist.append((fn, fn)) | ||||
|                 continue                  | ||||
|                 continue | ||||
|             if fn.find('.tar') != -1: | ||||
|                 fn = fn.replace('.tar.gz', '') | ||||
|                 sourcelist.append((fn, fn)) | ||||
|                 continue                 | ||||
|             if fn.find('.mb') != -1: | ||||
|                 fn = fn.replace('.mb', '') | ||||
|                 sourcelist.append((fn, fn)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user