From 9c265ce8dbc99fa112a1c43f581c06ec32544bfd Mon Sep 17 00:00:00 2001 From: wulabing Date: Mon, 22 Feb 2021 12:59:55 +0800 Subject: [PATCH] Xray-1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [modify] 执行引导 --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 66c8b19..2884aba 100644 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ OK="${Green}[OK]${Font}" ERROR="${Red}[ERROR]${Font}" # 变量 -shell_version="1.1.1" +shell_version="1.1.2" github_branch="main" version_cmp="/tmp/version_cmp.tmp" xray_conf_dir="/usr/local/etc/xray" @@ -238,6 +238,7 @@ function update_sh() { [yY][eE][sS] | [yY]) wget -N --no-check-certificate https://raw.githubusercontent.com/wulabing/Xray_onekey/${github_branch}/install.sh print_ok "更新完成" + print_ok "您可以通过 bash $0 执行本程序" exit 0 ;; *) ;; @@ -245,6 +246,7 @@ function update_sh() { esac else print_ok "当前版本为最新版本" + print_ok "您可以通过 bash $0 执行本程序" fi }