Update plugin.py

This commit is contained in:
gutosie
2022-01-07 21:23:34 +02:00
committed by GitHub
parent b66ff6ede1
commit 83ad2a9b76

View File

@@ -610,8 +610,7 @@ class NeoBootInstallation(Screen):
if os.system('opkg list-installed | grep curl') != 0:
os.system('opkg install curl')
if getCPUtype() == 'MIPS':
if os.system('opkg list-installed | grep kernel-module-nandsim') != 0:
os.system('opkg install kernel-module-nandsim')
os.system('opkg install --force-overwrite --force-reinstall kernel-module-nandsim')
if os.system('opkg list-installed | grep mtd-utils-jffs2') != 0:
os.system('opkg install mtd-utils-jffs2')
if os.system('opkg list-installed | grep lzo') != 0: