Update install_auto.sh
This commit is contained in:
@ -4,17 +4,16 @@ rm -rf /tmp/proxy
|
||||
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/blob/master/release-2.0/proxy-linux-amd64.tar.gz
|
||||
wget https://github.com/snail007/goproxy/releases/download/v2.0/proxy-linux-amd64.tar.gz
|
||||
|
||||
# install monexec
|
||||
tar zxvf monexec_*.tar.gz
|
||||
cd monexec_*
|
||||
tar zxvf monexec_0.1.1_linux_amd64.tar.gz
|
||||
cd monexec_0.1.1_linux_amd64
|
||||
cp monexec /usr/bin/
|
||||
chmod +x /usr/bin/monexec
|
||||
|
||||
# #install proxy
|
||||
tar zxvf proxy-*.tar.gz
|
||||
cd proxy-*
|
||||
tar zxvf proxy-linux-amd64.tar.gz
|
||||
cp proxy /usr/bin/
|
||||
cp proxyd /usr/bin/
|
||||
chmod +x /usr/bin/proxy
|
||||
|
||||
Reference in New Issue
Block a user