From 6bde2b4262629f4a0071dea3906f6156b8edeab2 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sun, 31 May 2026 23:32:42 +0800 Subject: [PATCH] fix config --- install_service.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_service.sh b/install_service.sh index a5910e9..fce5ec1 100755 --- a/install_service.sh +++ b/install_service.sh @@ -82,9 +82,9 @@ INSTALLED_SERVICES=() usage() { cat <<'EOF' Usage: - curl -fsSL https://punchsky.com/install | bash + curl -fsSL https://punchsky.cn/install | bash - curl -fsSL https://punchsky.com/install | bash -s -- \ + curl -fsSL https://punchsky.cn/install | bash -s -- \ -w Config: @@ -120,7 +120,7 @@ Placeholders: {service_name} will be replaced with the service name. Example: - curl -fsSL https://punchsky.com/install | bash + curl -fsSL https://punchsky.cn/install | bash EOF }