Update install.sh
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user