From 01f49af570fa5a845e4119d2a0705ae81c1bbc8f Mon Sep 17 00:00:00 2001 From: wangqifan Date: Thu, 11 Dec 2025 14:56:25 +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, 3 insertions(+) diff --git a/install_v2raya.sh b/install_v2raya.sh index a118243..ada5ba9 100644 --- a/install_v2raya.sh +++ b/install_v2raya.sh @@ -8,6 +8,9 @@ if [ $? -ne 0 ]; then exit 1 fi +sudo apt update +sudo apt install -y v2ray + echo "=== 安装 v2rayA 到 /usr/local/bin ===" sudo mv v2raya /usr/local/bin/v2raya sudo chmod +x /usr/local/bin/v2raya