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:
@@ -603,7 +603,7 @@ class NeoBootInstallation(Screen):
|
|||||||
writefile.close()
|
writefile.close()
|
||||||
|
|
||||||
if not os.path.isfile('/etc/name'):
|
if not os.path.isfile('/etc/name'):
|
||||||
if not getBoxHostName() == 'dm500hd' or not getBoxHostName() == 'dm800se' or not getBoxHostName() == 'dm800' or not getBoxHostName() == 'dm8000':
|
if getBoxHostName() != "dm500hd" or getBoxHostName() != "dm800se" or getBoxHostName() != "dm800" or getBoxHostName() != "dm8000":
|
||||||
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user