mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-29 18:36:04 +01:00
Add files via upload
This commit is contained in:
@@ -1828,6 +1828,7 @@ class Opis(Screen):
|
|||||||
|
|
||||||
def neogithub(self, answer):
|
def neogithub(self, answer):
|
||||||
if answer is True:
|
if answer is True:
|
||||||
|
system('rm -rf ' + LinkNeoBoot + '/.location')
|
||||||
if fileExists('/usr/bin/fullwget'):
|
if fileExists('/usr/bin/fullwget'):
|
||||||
cmd1 = 'cd /tmp; rm ./*.sh; fullwget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh;chmod 755 ./iNB.sh;sh ./iNB.sh; rm ./iNB.sh; cd /'
|
cmd1 = 'cd /tmp; rm ./*.sh; fullwget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh;chmod 755 ./iNB.sh;sh ./iNB.sh; rm ./iNB.sh; cd /'
|
||||||
self.session.open(Console, _('NeoBoot....'), [cmd1])
|
self.session.open(Console, _('NeoBoot....'), [cmd1])
|
||||||
|
|||||||
Reference in New Issue
Block a user