From 0d050cfd972b8afad7ff1b412c90216061c6fadf Mon Sep 17 00:00:00 2001 From: lsy Date: Sun, 29 Dec 2024 14:58:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86x-ui=E6=9B=B4=E6=96=B0=E4=B8=BA3-ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/vpn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/vpn.sh b/Config/vpn.sh index e0080b9..76e1fdc 100644 --- a/Config/vpn.sh +++ b/Config/vpn.sh @@ -6,7 +6,7 @@ declare user_choice vpn_commands["v2ray"]='bash <(curl -s -L https://git.io/v2ray.sh)' vpn_commands["v2ray-agent"]='wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh' -vpn_commands["x-ui"]='bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)' +vpn_commands["3-ui"]='bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)' vpn_commands["V2bX"]='wget -N https://raw.githubusercontent.com/wyx2685/V2bX-script/master/install.sh && bash install.sh' for i in "${!vpn_commands[@]}";do