mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 12:25:46 +01:00
Update plugin.py
This commit is contained in:
@@ -620,6 +620,7 @@ class NeoBootInstallation(Screen):
|
|||||||
system('opkg update')
|
system('opkg update')
|
||||||
os.system('opkg install install --force-overwrite --force-reinstall python-subprocess')
|
os.system('opkg install install --force-overwrite --force-reinstall python-subprocess')
|
||||||
os.system('opkg install install --force-overwrite --force-reinstall python-argparse')
|
os.system('opkg install install --force-overwrite --force-reinstall python-argparse')
|
||||||
|
os.system('opkg install liblzo2-2')
|
||||||
os.system('opkg install curl')
|
os.system('opkg install curl')
|
||||||
if getCPUtype() == 'MIPS':
|
if getCPUtype() == 'MIPS':
|
||||||
os.system('opkg install --force-overwrite --force-reinstall kernel-module-nandsim')
|
os.system('opkg install --force-overwrite --force-reinstall kernel-module-nandsim')
|
||||||
|
|||||||
Reference in New Issue
Block a user