mirror of
https://mojerepo.cf/NeoBoot/NeoBoot-9.git
synced 2025-10-30 18:55:48 +01:00
upNEO 9.01
This commit is contained in:
@@ -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'):
|
||||||
|
|||||||
Reference in New Issue
Block a user