From 3f8282423418e52be7f6557113441b327e650c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Wed, 23 Jul 2025 00:04:45 +0800 Subject: [PATCH] v2.6.2 v2.6.2 --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui.sh b/x-ui.sh index 3f459ca9..afb6aa97 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -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