Fixed bash script for correct download package URL

This commit is contained in:
Tola Leng
2025-06-21 22:09:28 +07:00
parent 044f9e07fd
commit 879e106051
+1 -1
View File
@@ -190,7 +190,7 @@ if command -v curl >/dev/null 2>&1; then
echo " - distributed-regional-check-agent_${PACKAGE_VERSION}_arm64.deb"
echo ""
echo " Please check the GitHub releases page:"
echo " https://github.com/operacle/Distributed-Regional-Monitoring/releases"
echo " https://github.com/operacle/Distributed-Regional-Monitoring/releases/download/v1.0.0"
rm -rf "$TEMP_DIR"
exit 1
fi