Update install.sh

This commit is contained in:
pocketW
2022-08-26 12:32:36 +10:00
committed by GitHub
parent 2cdd7972f5
commit e2820aef7c

View File

@@ -125,6 +125,7 @@ install_XrayR() {
last_version=$1
else
last_version="v"$1
fi
url="https://github.com/XrayR-project/XrayR/releases/download/${last_version}/XrayR-linux-${arch}.zip"
echo -e "开始安装 XrayR v$1"
wget -q -N --no-check-certificate -O /usr/local/XrayR/XrayR-linux.zip ${url}