mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 11:25:47 +01:00 
			
		
		
		
	Add files via upload
This commit is contained in:
		| @@ -1763,9 +1763,12 @@ class Opis(Screen): | ||||
|         ybox.setTitle(_('Install.')) | ||||
|  | ||||
|     def neogithub(self, answer):   | ||||
|         if answer is True:              | ||||
|                 cmd1 = 'curl -kLs https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh|sh' | ||||
|                 self.session.open(Console, _('NeoBoot....'), [cmd1]) | ||||
|                 self.close() | ||||
|         else: | ||||
|             self.close()  | ||||
|  | ||||
|     def delete(self):		 | ||||
|         message = _('Are you sure you want to completely remove NeoBoota of your image?\n\nIf you choose so all directories NeoBoota will be removed.\nA restore the original image settings Flash.') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user