Update torghostng.py

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

View file

@ -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: