mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 12:25:46 +01:00
Update tools.py
This commit is contained in:
@@ -2001,7 +2001,7 @@ class ReinstallKernel(Screen):
|
|||||||
self.kernel_update()
|
self.kernel_update()
|
||||||
|
|
||||||
def kernel_update(self):
|
def kernel_update(self):
|
||||||
if not fileCheck('' + LinkNeoBoot + '/.location') and not fileCheck(' ' + getNeoLocation() + 'ImageBoot/.neonextboot'):
|
if not fileCheck('' + LinkNeoBoot + '/.location'):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
os.system('echo "Flash " > ' + getNeoLocation() + 'ImageBoot/.neonextboot')
|
os.system('echo "Flash " > ' + getNeoLocation() + 'ImageBoot/.neonextboot')
|
||||||
|
|||||||
Reference in New Issue
Block a user