mirror of
https://github.com/FlatL1neAPT/TorghostNG
synced 2024-11-12 22:57:09 +00:00
Update torghostng.py
This commit is contained in:
parent
edfc95038d
commit
277c7ca8f5
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue