fix: remove @main from jsdelivr URLs

This commit is contained in:
mango
2026-02-22 20:56:12 +08:00
parent 4f489e6183
commit 43c66eccba
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ Real-time monitoring dashboard for [OpenClaw](https://github.com/openclaw/opencl
### 1. Deploy Server (Docker)
```bash
curl -fsSL https://cdn.jsdelivr.net/gh/xmg0828888/oc-monitor@main/install.sh | bash
curl -fsSL https://cdn.jsdelivr.net/gh/xmg0828888/oc-monitor/install.sh | bash
```
This will:
@@ -35,7 +35,7 @@ This will:
After server is running, install the agent on each OpenClaw node:
```bash
curl -fsSL https://cdn.jsdelivr.net/gh/xmg0828888/oc-monitor@main/install-agent.sh | bash -s -- \
curl -fsSL https://cdn.jsdelivr.net/gh/xmg0828888/oc-monitor/install-agent.sh | bash -s -- \
-s http://YOUR_SERVER_IP:3800 \
-t YOUR_AUTH_TOKEN \
-n "Node Name"