fix config

This commit is contained in:
anlicheng 2026-05-31 23:32:42 +08:00
parent f07cc660f0
commit 6bde2b4262

View File

@ -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 <work_dir>
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
}