From 647a22cafb13753d7fe31465d4e073f0428eec96 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Tue, 21 Jun 2016 11:44:42 +0200 Subject: [PATCH] fix: [vpn#install] missing change directory. --- precise/vpn/hooks/install | 1 + 1 file changed, 1 insertion(+) diff --git a/precise/vpn/hooks/install b/precise/vpn/hooks/install index ffabb26a..c64b4508 100755 --- a/precise/vpn/hooks/install +++ b/precise/vpn/hooks/install @@ -48,6 +48,7 @@ mkdir -p /opt/apps apt-get install -y --force-yes python-setuptools python-twisted python-crypto python-yaml python-pyptlib cd /opt/apps && git clone https://git.torproject.org/pluggable-transports/obfsproxy.git && + cd obfsproxy && python setup.py install )