set -e

# Install envoy binary
cd proxy
tar -xzf envoy-0e1d66377d9bf8b8304b65df56a4c88fc01e87e8.tgz
mv envoy ${BOSH_INSTALL_TARGET}
