mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-03 12:45:47 +01:00
Add files via upload
This commit is contained in:
@@ -524,6 +524,7 @@ class NeoBootInstallation(Screen):
|
|||||||
writefile.write(imagever)
|
writefile.write(imagever)
|
||||||
writefile.close()
|
writefile.close()
|
||||||
|
|
||||||
|
if not os.path.isfile('' + LinkNeoBoot + '/bin/install') :
|
||||||
if os.system('opkg update; opkg list-installed | grep python-subprocess') != 0:
|
if os.system('opkg update; opkg list-installed | grep python-subprocess') != 0:
|
||||||
os.system('opkg install python-subprocess')
|
os.system('opkg install python-subprocess')
|
||||||
if os.system('opkg list-installed | grep python-argparse') != 0:
|
if os.system('opkg list-installed | grep python-argparse') != 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user