From 186ccc95269a0f1c24a1ea6ae766c99b6e3db255 Mon Sep 17 00:00:00 2001 From: pocketW <104479902+pocketW@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:11:47 +1000 Subject: [PATCH] fix: fix install given vision --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3564857..a7c4838 100644 --- a/install.sh +++ b/install.sh @@ -122,7 +122,7 @@ install_XrayR() { fi else last_version=$1 - url="https://github.com/XrayR-project/XrayR/releases/download/${last_version}/XrayR-linux-${arch}.zip" + url="https://github.com/XrayR-project/XrayR/releases/download/v${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} if [[ $? -ne 0 ]]; then