Skip to content

Commit

Permalink
Bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xInfection committed Jun 9, 2018
1 parent 4d90324 commit 00f3041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
print "\033[1;33m[*] Installing...\033[0m"
install = os.system("apt-get update && apt-get install -y build-essential git")
install2 = os.system("cp -R tidos/ /opt/ && cp tidos.py /opt/tidos && cp runon.sh /opt/tidos && cp runon.sh /usr/bin/tidos && chmod +x /usr/bin/tidos")
os.system('apt-get install libncurses5')
print '\033[1;33m[*] Giving permissions...\033[0m'
os.system('chmod +x /opt/tidos/*')
print "\033[1;32m[!] Finished Installing! Run 'tidos' to run program [!]\033[0m"
sys.exit()
else:
Expand Down

0 comments on commit 00f3041

Please sign in to comment.