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