diff --git a/install.sh b/install.sh index 61e59f7..6d56d84 100755 --- a/install.sh +++ b/install.sh @@ -1,13 +1,12 @@ #!/bin/bash # 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 - +cd .. # #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 @@ -33,4 +32,4 @@ if [ ! -e /etc/proxy/direct ]; then fii echo "install done" -proxyd \ No newline at end of file +proxyd