From 7c0ba0357642f3bf588bf336bc2be8ba6fbb45e9 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 28 Jun 2021 15:58:05 +0800 Subject: [PATCH] feat(readme): update --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 43a9cb9..3d671c7 100644 --- a/README.md +++ b/README.md @@ -127,12 +127,6 @@ 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 ``` -- trojan-go(trojan)->Xray-core(trojan)【Beta】 - -``` -wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/dev_remove_trojan-go/install.sh" && chmod 700 /root/install.sh && /root/install.sh -``` - - Stable-v2.4.16【无gRPC】 ``` wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/stable_v2.4.16/install.sh" && chmod 700 /root/install.sh && /root/install.sh