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