Last active
January 9, 2019 05:29
-
-
Save mgao6767/a2510a181f415fbd41ae27c2c9afdd95 to your computer and use it in GitHub Desktop.
Install required packages and download AlgoVPN
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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