Update sb.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-09-04 17:04:32 +08:00
committed by GitHub
parent 324997e3c8
commit 845039bea3
+1 -1
View File
@@ -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