From b4bf39d0f876272996220735cb0c08139f107f17 Mon Sep 17 00:00:00 2001 From: wulabing Date: Thu, 10 Jun 2021 10:01:05 +0800 Subject: [PATCH] Xray-1.2.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [update] 视觉内容更新 --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 9cf2feb..842b8e6 100644 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ OK="${Green}[OK]${Font}" ERROR="${Red}[ERROR]${Font}" # 变量 -shell_version="1.2.16" +shell_version="1.2.17" github_branch="main" xray_conf_dir="/usr/local/etc/xray" website_dir="/www/xray_web/" @@ -458,7 +458,7 @@ function configure_web() { function xray_uninstall() { curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh | bash -s -- remove --purge rm -rf $website_dir - print_ok "是否卸载nginx" + print_ok "是否卸载nginx [Y/N]?" read -r uninstall_nginx case $uninstall_nginx in [yY][eE][sS] | [yY]) @@ -471,7 +471,7 @@ function xray_uninstall() { ;; *) ;; esac - print_ok "是否卸载acme.sh" + print_ok "是否卸载acme.sh [Y/N]?" read -r uninstall_acme case $uninstall_acme in [yY][eE][sS] | [yY])