mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-30 19:05:48 +01:00 
			
		
		
		
	Add files via upload
This commit is contained in:
		| @@ -50,7 +50,7 @@ if [ -e /.multinfo ]; then | |||||||
|                                     flash_eraseall /dev/mtd1   |                                     flash_eraseall /dev/mtd1   | ||||||
|                                     echo "Instalacja kernel do /dev/mtd1..."  |                                     echo "Instalacja kernel do /dev/mtd1..."  | ||||||
|                                     sleep 2 |                                     sleep 2 | ||||||
| 		                                nandwrite -p /dev/mtd1 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz | 		                                /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/nandwrite -p /dev/mtd1 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz | ||||||
|                                 fi |                                 fi | ||||||
|                             fi |                             fi | ||||||
|                             update-alternatives --remove vmlinux vmlinux-`uname -r` || true                                           |                             update-alternatives --remove vmlinux vmlinux-`uname -r` || true                                           | ||||||
| @@ -64,7 +64,7 @@ if [ -e /.multinfo ]; then | |||||||
|                                     flash_eraseall /dev/mtd2   |                                     flash_eraseall /dev/mtd2   | ||||||
|                                     echo "Instalacja kernel do /dev/mtd2..."  |                                     echo "Instalacja kernel do /dev/mtd2..."  | ||||||
|                                     sleep 2 |                                     sleep 2 | ||||||
| 		                                nandwrite -p /dev/mtd2 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz | 		                                /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/nandwrite -p /dev/mtd2 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz | ||||||
|                                 fi |                                 fi | ||||||
|                             fi |                             fi | ||||||
|                             update-alternatives --remove vmlinux vmlinux-`uname -r` || true                                           |                             update-alternatives --remove vmlinux vmlinux-`uname -r` || true                                           | ||||||
|   | |||||||
| @@ -1867,7 +1867,8 @@ class Opis(Screen): | |||||||
|         message += _('- More information email\n') |         message += _('- More information email\n') | ||||||
|         message += _('We thank you for any help\n') |         message += _('We thank you for any help\n') | ||||||
|         message += _('If you want to support the neoboot project, you can do so by contacting us by e-mail:\n') |         message += _('If you want to support the neoboot project, you can do so by contacting us by e-mail:\n') | ||||||
|         message += _(' krzysztofgutosie@gmail.com\n') |         message += _(' krzysztofgutosie@gmail.com\n\n') | ||||||
|  |         message += _(' PayPal adress:  krzysztofgutosie@gmail.com\n')         | ||||||
|         message += _('---------------- ¯\_(ツ)_/¯ ----------------\n\n') |         message += _('---------------- ¯\_(ツ)_/¯ ----------------\n\n') | ||||||
|         message += _('\nCompletely uninstall NeoBota: \nIf you think NeoBot not you need it, you can uninstall it.\nTo uninstall now press the red button on the remote control.\n\n') |         message += _('\nCompletely uninstall NeoBota: \nIf you think NeoBot not you need it, you can uninstall it.\nTo uninstall now press the red button on the remote control.\n\n') | ||||||
|         message += _('Have fun !!!')         |         message += _('Have fun !!!')         | ||||||
| @@ -1875,7 +1876,7 @@ class Opis(Screen): | |||||||
|         self['lab1'].setText(message) |         self['lab1'].setText(message) | ||||||
|  |  | ||||||
|     def neoinstallgithub(self):		 |     def neoinstallgithub(self):		 | ||||||
|         message = _('Are you sure you want to reinstall neoboot from github ?') |         message = _('Are you sure you want to reinstall neoboot from github.') | ||||||
|         ybox = self.session.openWithCallback(self.neogithub, MessageBox, message, MessageBox.TYPE_YESNO) |         ybox = self.session.openWithCallback(self.neogithub, MessageBox, message, MessageBox.TYPE_YESNO) | ||||||
|         ybox.setTitle(_('Install.')) |         ybox.setTitle(_('Install.')) | ||||||
|  |  | ||||||
| @@ -2014,6 +2015,7 @@ class neoDONATION(Screen): | |||||||
|         message += _('We thank you for any help\n') |         message += _('We thank you for any help\n') | ||||||
|         message += _('If you want to support the neoboot project, you can do so by contacting us by e-mail:\n')          |         message += _('If you want to support the neoboot project, you can do so by contacting us by e-mail:\n')          | ||||||
|         message += _(' krzysztofgutosie@gmail.com\n\n')  |         message += _(' krzysztofgutosie@gmail.com\n\n')  | ||||||
|  |         message += _(' PayPal adress:  krzysztofgutosie@gmail.com\n')         | ||||||
|         message += _('----------------Free donate----------------\n')    |         message += _('----------------Free donate----------------\n')    | ||||||
|         message += _('¯\_(ツ)_/¯ Have fun !!!') |         message += _('¯\_(ツ)_/¯ Have fun !!!') | ||||||
|         self['lab1'].show() |         self['lab1'].show() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user