xray-0.0.1

[bugfix] 本地安装遗留问题删除
pull/318/head
wulabing 2021-02-15 01:12:24 +08:00
parent 01caac8458
commit e26f906ed6
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
1 changed files with 1 additions and 2 deletions

View File

@ -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 安装"
}