mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 19:35:48 +01:00 
			
		
		
		
	Update unpack.py
This commit is contained in:
		| @@ -119,6 +119,10 @@ class InstallImage(Screen, ConfigListScreen): | |||||||
|                 fn = fn.replace('.tar.bz2', '') |                 fn = fn.replace('.tar.bz2', '') | ||||||
|                 sourcelist.append((fn, fn)) |                 sourcelist.append((fn, fn)) | ||||||
|                 continue |                 continue | ||||||
|  |             if fn.find('.tar') != -1: | ||||||
|  |                 fn = fn.replace('.tar', '') | ||||||
|  |                 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