diff --git a/scripts/install.sh b/scripts/install.sh index 32268e4..200ad94 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -13,9 +13,9 @@ gen64() { } install_3proxy() { echo "installing 3proxy" - URL="https://github.com/z3APA3A/3proxy/archive/3proxy-0.8.6.tar.gz" + URL="https://github.com/z3APA3A/3proxy/archive/0.9.3.tar.gz" wget -qO- $URL | bsdtar -xvf- - cd 3proxy-3proxy-0.8.6 + cd 3proxy-0.9.3 make -f Makefile.Linux mkdir -p /usr/local/etc/3proxy/{bin,logs,stat} cp src/3proxy /usr/local/etc/3proxy/bin/ @@ -84,7 +84,7 @@ yum -y install gcc net-tools bsdtar zip >/dev/null install_3proxy echo "working folder = /home/proxy-installer" -WORKDIR="/home/proxy-installer" +WORKDIR="/root/proxy-installer" WORKDATA="${WORKDIR}/data.txt" mkdir $WORKDIR && cd $_