v2.6.2
This commit is contained in:
心隨緣動 2025-07-23 00:04:45 +08:00 committed by GitHub
parent d57ffc47d4
commit 3f82824234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -762,7 +762,7 @@ install_acme() {
LOGI "正在安装 acme.sh..."
cd ~ || return 1 # 确保可以切换到主目录
curl -s `https://get.acme.sh` | sh
curl -s https://get.acme.sh | sh
if [ $? -ne 0 ]; then
LOGE "安装 acme.sh 失败。"
return 1