chore: use jsdelivr CDN for all download URLs

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

View File

@@ -29,7 +29,7 @@ done
# Download agent
echo "📦 Downloading agent..."
curl -fsSL https://raw.githubusercontent.com/xmg0828888/oc-monitor/main/agent/agent.sh -o "$AGENT"
curl -fsSL https://cdn.jsdelivr.net/gh/xmg0828888/oc-monitor@main/agent/agent.sh -o "$AGENT"
chmod +x "$AGENT"
# Detect init system