From 75df82cb8ec3b62421848749b89cfb278d358eb0 Mon Sep 17 00:00:00 2001 From: wulabing Date: Mon, 3 Jan 2022 11:37:13 +0800 Subject: [PATCH] Xray-1.3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [fix] get.acme.sh 通过https 访问 修复部分运营商劫持问题 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 36ce063..33d096f 100644 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ OK="${Green}[OK]${Font}" ERROR="${Red}[ERROR]${Font}" # 变量 -shell_version="1.3.7" +shell_version="1.3.8" github_branch="main" xray_conf_dir="/usr/local/etc/xray" website_dir="/www/xray_web/" @@ -367,7 +367,7 @@ function ssl_install() { # fi # judge "安装 SSL 证书生成脚本依赖" - curl -L get.acme.sh | bash + curl -L https://get.acme.sh | bash judge "安装 SSL 证书生成脚本" }