From 73d0f47e49e3131bc14104f2617276a322ec1bea Mon Sep 17 00:00:00 2001 From: wangqifan Date: Thu, 11 Dec 2025 15:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install=5Fv2raya.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_v2raya.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install_v2raya.sh b/install_v2raya.sh index ada5ba9..f414377 100644 --- a/install_v2raya.sh +++ b/install_v2raya.sh @@ -8,8 +8,7 @@ if [ $? -ne 0 ]; then exit 1 fi -sudo apt update -sudo apt install -y v2ray +bash <(curl -sSL https://git.functen.cn/wangqifan/resouce/raw/branch/main/install_v2ray_core.sh) echo "=== 安装 v2rayA 到 /usr/local/bin ===" sudo mv v2raya /usr/local/bin/v2raya