Skip to content

Commit

Permalink
Use packaged torsocks rather than building it
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhay Saxena committed May 29, 2020
1 parent 81e1b4b commit 8008707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
19 changes: 0 additions & 19 deletions ci/build-torsocks.sh

This file was deleted.

7 changes: 2 additions & 5 deletions environment-setup.sh
Expand Up @@ -22,13 +22,13 @@ case "${OS}" in
brew update > /dev/null
brew install python3 || brew upgrade python || brew link --overwrite python
brew cask install osxfuse
brew install sshfs
brew install sshfs torsocks
pip3 install virtualenv
;;

linux)
sudo apt-get install \
sshfs conntrack \
sshfs conntrack torsocks \
lsb-release
;;

Expand All @@ -47,8 +47,5 @@ docker version || true
# Make sure gcloud is installed. This includes kubectl.
./ci/setup-gcloud.sh "${PROJECT_NAME}" "${CLUSTER_NAME}" "${CLOUDSDK_COMPUTE_ZONE}" "${OS}"

# Make sure torsocks is installed:
./ci/build-torsocks.sh "${OS}"

# Make sure Docker sshfs plugin is installed.
docker plugin install --grant-all-permissions vieux/sshfs || true

0 comments on commit 8008707

Please sign in to comment.