Update install.sh

This commit is contained in:
Şafak Soylu 2021-01-22 05:10:49 +03:00 committed by GitHub
parent 4cf4210b04
commit 37fe5a055c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@ cp ngrok.service /lib/systemd/system/
mkdir -p /opt/ngrok
cp ngrok.yml /opt/ngrok
sed -i "s/<add_your_token_here>/$1/g" /opt/ngrok/ngrok.yml
sed -i "s/<region>/$2/g" /opt/ngrok/ngrok.yml
sed -i "s/<socks5_port>/$3/g" /opt/ngrok/ngrok.yml
cd /opt/ngrok
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip