Add files via upload

This commit is contained in:
gutosie
2021-02-20 20:53:20 +02:00
committed by GitHub
parent 24e789451d
commit 26323509ab

View File

@@ -113,7 +113,8 @@ def NEOBootR(source, target, stopenigma, CopyFiles, CopyKernel, TvList, LanWlan,
'mkdir -p ' + media_target + extensions_path + 'NeoReboot' + dev_null,
'touch ' + media_target + extensions_path + 'NeoReboot/__init__.py' + dev_null,
'chmod 644 ' + media_target + extensions_path + 'NeoReboot/__init__.py' + dev_null,
'cp -af ' + extensions_path + 'NeoBoot/files/neoreboot.py ' + media_target + extensions_path + 'NeoReboot/plugin.py' + dev_null]
'cp -af ' + extensions_path + 'NeoBoot/files/backflash ' + media_target + extensions_path + 'NeoReboot/backflash.sh' + dev_null,
'cp -af ' + extensions_path + 'NeoBoot/files/neoreboot ' + media_target + extensions_path + 'NeoReboot/plugin.py' + dev_null]
for command in list_two:
os.system(command)