From cf9fd0a9cd0c0401728459f1cdddbee7472f8853 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 25 Feb 2022 13:20:25 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 23ee5af..923f334 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1724,13 +1724,13 @@ def main(session, **kwargs): else: if not fileExists('/tmp/ver.txt'): if fileExists('/usr/bin/curl'): - os.system('cd /tmp; curl -O --ftp-ssl -k https://raw.githubusercontent.com/gutosie/neoboot/master/ver.txt; curl -O --ftp-ssl https://raw.githubusercontent.com/gutosie/neoboot/master/.neouser; cd /') + os.system('cd /tmp; curl -O --ftp-ssl -k https://raw.githubusercontent.com/gutosie/neoboot/master/ver.txt; curl -O --ftp-ssl -k https://raw.githubusercontent.com/gutosie/neoboot/master/.neouser; cd /') if not fileExists('/tmp/ver.txt'): if fileExists('/usr/bin/wget'): - os.system('cd /tmp; wget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/master/ver.txt; curl -O --ftp-ssl https://raw.githubusercontent.com/gutosie/neoboot/.neouser; cd /') + os.system('cd /tmp; wget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/master/ver.txt; wget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/.neouser; cd /') if not fileExists('/tmp/ver.txt'): if fileExists('/usr/bin/fullwget'): - os.system('cd /tmp; fullwget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/master/ver.txt; curl -O --ftp-ssl https://raw.githubusercontent.com/gutosie/neoboot/.neouser; cd /') + os.system('cd /tmp; fullwget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/master/ver.txt; fullwget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/.neouser; cd /') if fileExists('/tmp/ver.txt'): if fileExists('/usr/lib/periodon/.activatedmac'): os.system('chattr -i /usr/lib/periodon/.activatedmac')