mirror of https://github.com/wulabing/Xray_onekey
parent
22fefae469
commit
75df82cb8e
|
@ -27,7 +27,7 @@ OK="${Green}[OK]${Font}"
|
||||||
ERROR="${Red}[ERROR]${Font}"
|
ERROR="${Red}[ERROR]${Font}"
|
||||||
|
|
||||||
# 变量
|
# 变量
|
||||||
shell_version="1.3.7"
|
shell_version="1.3.8"
|
||||||
github_branch="main"
|
github_branch="main"
|
||||||
xray_conf_dir="/usr/local/etc/xray"
|
xray_conf_dir="/usr/local/etc/xray"
|
||||||
website_dir="/www/xray_web/"
|
website_dir="/www/xray_web/"
|
||||||
|
@ -367,7 +367,7 @@ function ssl_install() {
|
||||||
# fi
|
# fi
|
||||||
# judge "安装 SSL 证书生成脚本依赖"
|
# judge "安装 SSL 证书生成脚本依赖"
|
||||||
|
|
||||||
curl -L get.acme.sh | bash
|
curl -L https://get.acme.sh | bash
|
||||||
judge "安装 SSL 证书生成脚本"
|
judge "安装 SSL 证书生成脚本"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue