mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 20:25:47 +01:00
Add files via upload
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user