mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 11:25:47 +01:00 
			
		
		
		
	Update unpack.py
This commit is contained in:
		| @@ -123,6 +123,10 @@ class InstallImage(Screen, ConfigListScreen): | |||||||
|                 fn = fn.replace('.tar', '') |                 fn = fn.replace('.tar', '') | ||||||
|                 sourcelist.append((fn, fn)) |                 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: |             if fn.find('.mb') != -1: | ||||||
|                 fn = fn.replace('.mb', '') |                 fn = fn.replace('.mb', '') | ||||||
|                 sourcelist.append((fn, fn)) |                 sourcelist.append((fn, fn)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user