mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-22 08:10:06 +01:00
Update plugin.py
This commit is contained in:
@@ -610,8 +610,7 @@ class NeoBootInstallation(Screen):
|
|||||||
if os.system('opkg list-installed | grep curl') != 0:
|
if os.system('opkg list-installed | grep curl') != 0:
|
||||||
os.system('opkg install curl')
|
os.system('opkg install curl')
|
||||||
if getCPUtype() == 'MIPS':
|
if getCPUtype() == 'MIPS':
|
||||||
if os.system('opkg list-installed | grep kernel-module-nandsim') != 0:
|
os.system('opkg install --force-overwrite --force-reinstall kernel-module-nandsim')
|
||||||
os.system('opkg install kernel-module-nandsim')
|
|
||||||
if os.system('opkg list-installed | grep mtd-utils-jffs2') != 0:
|
if os.system('opkg list-installed | grep mtd-utils-jffs2') != 0:
|
||||||
os.system('opkg install mtd-utils-jffs2')
|
os.system('opkg install mtd-utils-jffs2')
|
||||||
if os.system('opkg list-installed | grep lzo') != 0:
|
if os.system('opkg list-installed | grep lzo') != 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user