From 26323509aba80d276b8b3512544eda787299af77 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 20 Feb 2021 20:53:20 +0200 Subject: [PATCH] Add files via upload --- NeoBoot/extract.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 622937c..14701dd 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -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)