Update torghostng.py

This commit is contained in:
Git Kern3l 2020-04-25 21:20:37 +07:00 committed by GitHub
parent 6abbe087e8
commit 4c89b8c2e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,8 @@ iptables -X"""
update_commands = """cd ~ && rm -rf TorghostNG
git clone https://github.com/gitkern3l/TorghostNG
cd TorghostNG && sudo python3 install.py"""
cd TorghostNG
sudo python3 install.py && sudo python3 install.py"""
def banner():
print(the_banner)