Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mgao6767/a2510a181f415fbd41ae27c2c9afdd95 to your computer and use it in GitHub Desktop.
Save mgao6767/a2510a181f415fbd41ae27c2c9afdd95 to your computer and use it in GitHub Desktop.
Install required packages and download AlgoVPN
sudo apt-get update && sudo apt-get install \
git \
build-essential \
libssl-dev \
libffi-dev \
python-dev \
python-pip \
python-setuptools \
python-virtualenv -y
cd ~ && git clone https://github.com/trailofbits/algo && cd algo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment