Merge pull request #280 from goldenbr0wn/patch-3

Add OpenSSL to Ubuntu
1.6
HarmJ0y 2016-07-15 14:45:37 -07:00 committed by GitHub
commit 74b796d82a
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ elif lsb_release -d | grep -q "Ubuntu"; then
pip install iptools
pip install pydispatcher
pip install flask
pip install pyOpenSSL
else
echo "Unknown distro - Debian/Ubuntu Fallback"
apt-get install -y python-dev