Update torghostng.py

This commit is contained in:
Git Kern3l 2020-04-24 10:43:59 +07:00 committed by GitHub
parent edfc95038d
commit 277c7ca8f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,8 +36,12 @@ def the_argparse(language=English):
if path.isfile('/usr/bin/upgradepkg') == True:
LANGCONF = 'torngconf/langconf.txt'
update_commands = """sudo git pull"""
else:
LANGCONF = '/usr/bin/torngconf/langconf.txt'
update_commands = """cd ~
sudo git clone https://github.com/gitkern3l/TorghostNG
cd TorghostNG && sudo python3 install.py"""
if path.isfile('/usr/bin/apt') == True: