From e26f906ed6875a2935860d94ab1c8adb57bf8baf Mon Sep 17 00:00:00 2001 From: wulabing Date: Mon, 15 Feb 2021 01:12:24 +0800 Subject: [PATCH] xray-0.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [bugfix] 本地安装遗留问题删除 --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ee7ab8f..f1f9eed 100644 --- a/install.sh +++ b/install.sh @@ -252,13 +252,12 @@ function tls_type() { function configure_xray() { cd /usr/local/etc/xray && rm -f config.json && wget -O config.json https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/xray/config/xray_xtls-rprx-direct.json - rm -f $xray_conf_dir/config.json modify_UUID # tls_type } function xray_install() { - print_ok "安装 xary" + print_ok "安装 xray" curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh | bash -s -- install judge "xray 安装" }