Fix: Correct package download URL

This commit is contained in:
Tola Leng
2025-06-21 23:26:24 +07:00
parent 1b11deb40f
commit 35b11f5a16
3 changed files with 78 additions and 29 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ AGENT_TOKEN="${token}"
POCKETBASE_URL="${apiEndpoint}"
# Base package information
BASE_PACKAGE_URL="https://github.com/operacle/Distributed-Regional-Monitoring/releases/download/v1.0.0"
BASE_PACKAGE_URL="https://github.com/operacle/Distributed-Regional-Monitoring/releases/download/V1.0.0"
PACKAGE_VERSION="1.0.0"
SERVICE_NAME="regional-check-agent"