From 820c038de3860ad59993c46d9ae240016241fb80 Mon Sep 17 00:00:00 2001 From: pocketW <104479902+pocketW@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:53:40 +1000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 57e079a..2b4d613 100644 --- a/install.sh +++ b/install.sh @@ -127,7 +127,7 @@ install_XrayR() { 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" + echo -e "开始安装 XrayR ${last_version}" wget -q -N --no-check-certificate -O /usr/local/XrayR/XrayR-linux.zip ${url} if [[ $? -ne 0 ]]; then echo -e "${red}下载 XrayR ${last_version} 失败,请确保此版本存在${plain}"