Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #45 from kranercc/patch-1
Browse files Browse the repository at this point in the history
fixed 2 bugs
  • Loading branch information
SusmithKrishnan authored Dec 15, 2019
2 parents 40885d7 + 1da21ea commit 282135b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ echo ""
echo "=====> Installing tor bundle "
sudo apt-get install tor -y -qq
echo "=====> Installing TorGhost & dependencies "
if [ $1 = "--python3" ]

pyv="$(python -V 2>&1)" || pyv="$(python3 -V 2>&1)"
pyv=${pyv:7:1}

if [[ $pyv == "3" ]]
then
sudo pip3 install stem
sudo cp torghost3 /usr/bin/torghost
Expand Down

0 comments on commit 282135b

Please sign in to comment.