|
@ -48,6 +48,7 @@ mkdir -p /opt/apps |
|
|
apt-get install -y --force-yes python-setuptools python-twisted python-crypto python-yaml python-pyptlib |
|
|
apt-get install -y --force-yes python-setuptools python-twisted python-crypto python-yaml python-pyptlib |
|
|
cd /opt/apps && |
|
|
cd /opt/apps && |
|
|
git clone https://git.torproject.org/pluggable-transports/obfsproxy.git && |
|
|
git clone https://git.torproject.org/pluggable-transports/obfsproxy.git && |
|
|
|
|
|
cd obfsproxy && |
|
|
python setup.py install |
|
|
python setup.py install |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|