mirror of
https://github.com/FlatL1neAPT/TorghostNG
synced 2025-03-02 13:37:13 +00:00
Update torghostng.py
This commit is contained in:
parent
277c7ca8f5
commit
4e89b338b5
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ else:
|
|||
LANGCONF = '/usr/bin/torngconf/langconf.txt'
|
||||
update_commands = """cd ~
|
||||
sudo git clone https://github.com/gitkern3l/TorghostNG
|
||||
cd TorghostNG && sudo python3 install.py"""
|
||||
cd TorghostNG
|
||||
sudo python3 install.py && sudo python3 install.py"""
|
||||
|
||||
|
||||
if path.isfile('/usr/bin/apt') == True:
|
||||
|
|
Loading…
Add table
Reference in a new issue