From c3c5d388950d21eccd696b9ac931fe16edcc4246 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 19 May 2020 21:00:59 +0300 Subject: [PATCH] upNEO 9.01 --- NeoBoot/plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 0930c6e..2d09a40 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -50,8 +50,8 @@ if fileExists('/etc/vtiversion.info') and fileExists('/.multinfo'): else: from files.neoconsole import Console -PLUGINVERSION = '9.00' -UPDATEVERSION = '9.00' +PLUGINVERSION = '9.01' +UPDATEVERSION = '9.01' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot' try: @@ -1005,7 +1005,7 @@ class NeoBootImageChoose(Screen): if yesno: if fileExists('/tmp/*.zip'): os.system('rm /tmp/*.zip') - os.system('cd /tmp; curl -O --ftp-ssl https://codeload.github.com/gutosie/NeoBoot-9/zip/master; mv /tmp/master /tmp/neoboot.zip; cd /') + os.system('sync; cd /tmp; curl -O --ftp-ssl https://codeload.github.com/gutosie/NeoBoot-9/zip/master; mv /tmp/master /tmp/neoboot.zip; cd /') if not fileExists('/tmp/neoboot.zip'): os.system('cd /tmp;fullwget --no-check-certificate https://codeload.github.com/gutosie/NeoBoot-9/zip/master; mv /tmp/master /tmp/neoboot.zip; sleep 3;cd ') if not fileExists('/tmp/neoboot.zip'):