From 1cd3ab7be4c9f9cc77aa295f944ca79a9ee99343 Mon Sep 17 00:00:00 2001 From: snail007 Date: Wed, 13 Sep 2017 14:53:53 +0800 Subject: [PATCH] Update install_auto.sh --- install_auto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_auto.sh b/install_auto.sh index 6f8e024..48a5647 100755 --- a/install_auto.sh +++ b/install_auto.sh @@ -6,7 +6,7 @@ fi mkdir /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/snail007/goproxy/releases/download/v2.0/proxy-linux-amd64.tar.gz +wget https://github.com/snail007/goproxy/releases/download/v2.1/proxy-linux-amd64.tar.gz # install monexec tar zxvf monexec_0.1.1_linux_amd64.tar.gz