mirror of
https://mojerepo.cf/NeoBoot/NeoBoot-9.git
synced 2025-11-01 10:25:46 +01:00
Update plugin.py
This commit is contained in:
@@ -1088,9 +1088,10 @@ valign="center" backgroundColor="black" transparent="1" foregroundColor="white"
|
|||||||
mess = _('Downloading available only from the image Flash.')
|
mess = _('Downloading available only from the image Flash.')
|
||||||
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
||||||
else:
|
else:
|
||||||
out = open('%sImageBoot/.neonextboot', 'w' % getNeoLocation())
|
out = open('%sImageBoot/.neonextboot' % getNeoLocation() , 'w')
|
||||||
out.write('Flash')
|
out.write('Flash')
|
||||||
out.close()
|
out.close()
|
||||||
|
|
||||||
message = _('\n\n\n')
|
message = _('\n\n\n')
|
||||||
message += _('WARNING !: The update brings with it the risk of errors.\n')
|
message += _('WARNING !: The update brings with it the risk of errors.\n')
|
||||||
message += _('Before upgrading it is recommended that you make a backup NeoBoot.\n')
|
message += _('Before upgrading it is recommended that you make a backup NeoBoot.\n')
|
||||||
|
|||||||
Reference in New Issue
Block a user