upNEO 9.01

This commit is contained in:
gutosie
2020-05-19 21:00:59 +03:00
committed by GitHub
parent 7ff36d8aad
commit c3c5d38895

View File

@@ -50,8 +50,8 @@ if fileExists('/etc/vtiversion.info') and fileExists('/.multinfo'):
else: else:
from files.neoconsole import Console from files.neoconsole import Console
PLUGINVERSION = '9.00' PLUGINVERSION = '9.01'
UPDATEVERSION = '9.00' UPDATEVERSION = '9.01'
LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'
try: try:
@@ -1005,7 +1005,7 @@ class NeoBootImageChoose(Screen):
if yesno: if yesno:
if fileExists('/tmp/*.zip'): if fileExists('/tmp/*.zip'):
os.system('rm /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'): 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 ') 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'): if not fileExists('/tmp/neoboot.zip'):