Add files via upload

This commit is contained in:
gutosie
2021-03-11 14:03:12 +02:00
committed by GitHub
parent cded5ac6ef
commit 1e75678c07

View File

@@ -524,6 +524,7 @@ class NeoBootInstallation(Screen):
writefile.write(imagever)
writefile.close()
if not os.path.isfile('' + LinkNeoBoot + '/bin/install') :
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: