mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-07 22:45:47 +01:00
Update plugin.py
This commit is contained in:
@@ -827,7 +827,7 @@ class NeoBootImageChoose(Screen):
|
|||||||
if fileExists('/tmp/ver.txt'):
|
if fileExists('/tmp/ver.txt'):
|
||||||
os.system('mv /tmp/ver.txt /tmp/.nkod ;cd /')
|
os.system('mv /tmp/ver.txt /tmp/.nkod ;cd /')
|
||||||
else:
|
else:
|
||||||
pass
|
os.system(_('echo %s > /tmp/.nkod') % PLUGINVERSION)
|
||||||
|
|
||||||
|
|
||||||
def DownloadImageOnline(self):
|
def DownloadImageOnline(self):
|
||||||
@@ -1630,4 +1630,4 @@ def Plugins(**kwargs):
|
|||||||
list.append(PluginDescriptor(name=_('NEOBOOT'), where=PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=main))
|
list.append(PluginDescriptor(name=_('NEOBOOT'), where=PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=main))
|
||||||
return list
|
return list
|
||||||
|
|
||||||
####################### _q(-_-)p_ gutosie _q(-_-)p_ #######################
|
####################### _q(-_-)p_ gutosie _q(-_-)p_ #######################
|
||||||
|
|||||||
Reference in New Issue
Block a user