Skip to content

Commit

Permalink
Install missing dependencies and fix path to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pchristos committed Oct 6, 2017
1 parent 8ee6868 commit 3a94c35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ set -ex

apt-get update -q
apt-get install -yq --no-install-recommends \
python python-pip openvpn uwsgi uwsgi-plugin-python
python python-pip openvpn uwsgi uwsgi-plugin-python \
python-dev build-essential

pip install -U pip
pip install -r $DIR/vpn-proxy/requirements.txt
pip install -r $DIR/requirements.txt

echo "VPN_SERVER_REMOTE_ADDRESS = \"$VPN_IP\"" > $DIR/vpn-proxy/conf.d/0000-vpn-ip.py
SOURCE_CIDRS=`echo "$SOURCE_CIDRS" | sed 's/ /", "/g'`
Expand Down

0 comments on commit 3a94c35

Please sign in to comment.