Update install_auto.sh

This commit is contained in:
snail007
2017-09-12 11:18:32 +08:00
committed by GitHub
parent 84a5a08753
commit 14987b5a74

View File

@ -3,6 +3,7 @@ set -e
if [ -e /tmp/proxy ]; then if [ -e /tmp/proxy ]; then
rm -rf /tmp/proxy rm -rf /tmp/proxy
fi fi
mkdir /tmp/proxy
cd /tmp/proxy cd /tmp/proxy
wget https://github.com/reddec/monexec/releases/download/v0.1.1/monexec_0.1.1_linux_amd64.tar.gz wget https://github.com/reddec/monexec/releases/download/v0.1.1/monexec_0.1.1_linux_amd64.tar.gz
wget https://github.com/snail007/goproxy/releases/download/v2.0/proxy-linux-amd64.tar.gz wget https://github.com/snail007/goproxy/releases/download/v2.0/proxy-linux-amd64.tar.gz