fix: remove @main from jsdelivr URLs
This commit is contained in:
@@ -29,7 +29,7 @@ done
|
||||
|
||||
# Download agent
|
||||
echo "📦 Downloading agent..."
|
||||
curl -fsSL https://cdn.jsdelivr.net/gh/xmg0828888/oc-monitor@main/agent/agent.sh -o "$AGENT"
|
||||
curl -fsSL https://cdn.jsdelivr.net/gh/xmg0828888/oc-monitor/agent/agent.sh -o "$AGENT"
|
||||
chmod +x "$AGENT"
|
||||
|
||||
# Detect init system
|
||||
|
||||
Reference in New Issue
Block a user