update 8.23

This commit is contained in:
gutosie
2020-04-14 15:03:01 +02:00
committed by GitHub
parent df5322d180
commit 55223b5899

View File

@@ -533,6 +533,8 @@ class NeoBootInstallation(Screen):
out3.write('NeoBoot-Version: ' + PLUGINVERSION + '\n')
out3.close()
os.system('touch ' + LinkNeoBoot + '/files/%s' % getBoxHostName())
if os.system('opkg update; opkg list-installed | grep python-subprocess') != 0:
os.system('opkg install python-subprocess')
if os.system('opkg list-installed | grep python-argparse') != 0: