AgentDVR: Added update function (#6804)

* Update

* Update json
This commit is contained in:
Slaviša Arežina
2025-08-13 20:59:43 +02:00
committed by GitHub
parent c759269f0a
commit 047c7fe53c
3 changed files with 26 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ cd /opt/agentdvr/agent
curl -fsSL "$RELEASE" -o $(basename "$RELEASE")
$STD unzip Agent_Linux64*.zip
chmod +x ./Agent
echo $RELEASE > ~/.agentdvr
msg_ok "Installed AgentDVR"
msg_info "Creating Service"