Update plugin.py

This commit is contained in:
gutosie
2022-12-25 12:15:44 +02:00
committed by GitHub
parent eb13d25c95
commit 6af2732d6d

View File

@@ -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')