Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Torghost installer v3.0"
echo "Installing prerequisites "
sudo apt-get install tor python3-pip -y
sudo apt-get install tor python3-pip cython3 -y
echo "Installing dependencies "
sudo pip3 install -r requirements.txt
mkdir build
Expand All @@ -24,6 +24,6 @@ if [ $? -eq 0 ]; then
echo [SUCCESS] Copied binary to /usr/bin
else
echo [ERROR] Unable to copy
ecit 1
exit 1
fi