From 845039bea36859b29cd88ae9070a827f1ae57759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:04:32 +0800 Subject: [PATCH] Update sb.sh --- sb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb.sh b/sb.sh index f19d85f..d77d758 100644 --- a/sb.sh +++ b/sb.sh @@ -312,7 +312,7 @@ readp "请选择【1-2】:" menu if [ -z "$menu" ] || [ "$menu" = "1" ] ; then zqzs else -bash <(curl -Ls https://gitlab.com/rwkgyg/acme-script/raw/main/acme.sh) +bash <(curl -Ls https://raw.githubusercontent.com/yonggekkk/acme-yg/main/acme.sh) if [[ ! -f /root/ygkkkca/cert.crt && ! -f /root/ygkkkca/private.key && ! -s /root/ygkkkca/cert.crt && ! -s /root/ygkkkca/private.key ]]; then red "Acme证书申请失败,继续使用自签证书" zqzs