mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-28 01:46:06 +01:00
Update unpack.py
This commit is contained in:
@@ -122,7 +122,11 @@ class InstallImage(Screen, ConfigListScreen):
|
|||||||
if fn.find('.tar') != -1:
|
if fn.find('.tar') != -1:
|
||||||
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