Add files via upload

This commit is contained in:
gutosie
2021-03-06 18:02:25 +02:00
committed by GitHub
parent 68caa8d3c7
commit 2f71c36f55
2 changed files with 7 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ if [ -e /.multinfo ]; then
flash_eraseall /dev/mtd1
echo "Instalacja kernel do /dev/mtd1..."
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
update-alternatives --remove vmlinux vmlinux-`uname -r` || true
@@ -64,7 +64,7 @@ if [ -e /.multinfo ]; then
flash_eraseall /dev/mtd2
echo "Instalacja kernel do /dev/mtd2..."
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
update-alternatives --remove vmlinux vmlinux-`uname -r` || true

View File

@@ -1867,7 +1867,8 @@ class Opis(Screen):
message += _('- More information email\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 += _(' krzysztofgutosie@gmail.com\n')
message += _(' krzysztofgutosie@gmail.com\n\n')
message += _(' PayPal adress: krzysztofgutosie@gmail.com\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 += _('Have fun !!!')
@@ -1875,7 +1876,7 @@ class Opis(Screen):
self['lab1'].setText(message)
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.setTitle(_('Install.'))
@@ -2014,6 +2015,7 @@ class neoDONATION(Screen):
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 += _(' krzysztofgutosie@gmail.com\n\n')
message += _(' PayPal adress: krzysztofgutosie@gmail.com\n')
message += _('----------------Free donate----------------\n')
message += _('¯\_(ツ)_/¯ Have fun !!!')
self['lab1'].show()