Fixed install dependencies

1.6
rvrsh3ll 2017-04-19 11:04:34 -04:00
parent caf5e358a4
commit a3f4e383e5
1 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,11 @@ elif lsb_release -d | grep -q "Ubuntu"; then
pip install pyOpenSSL
elif [ -f /usr/bin/apt-get ]; then
echo "Looks like a Debian/Ubuntu variant. Trying apt-get..."
apt-get install -y python-dev python-m2crypto swig python-pip libssl-dev
wget https://bootstrap.pypa.io/get-pip.py
python ./get-pip.py
apt-get install -y python-m2crypto swig python-pip libssl-dev build-essential libffi-dev python-dev
pip install cryptography
pip install pyopenssl
pip install pycrypto
pip install iptools
pip install pydispatcher