From 7191d54a40a3526aaaed71f9bb10a956082b1e62 Mon Sep 17 00:00:00 2001 From: Ochenstarik Date: Thu, 16 Jul 2026 23:35:29 +0700 Subject: [PATCH] Install server monitor alpha 3 --- ochenstarik-server-monitor-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ochenstarik-server-monitor-manager.sh b/ochenstarik-server-monitor-manager.sh index 6a61e0e..0e1a377 100644 --- a/ochenstarik-server-monitor-manager.sh +++ b/ochenstarik-server-monitor-manager.sh @@ -32,7 +32,7 @@ readonly AGENT_ENV="${MESH_DIR}/agent.env" readonly CONTROL_CA_CERT="${MESH_DIR}/control-ca.crt" readonly CONTROL_SERVICE="/etc/systemd/system/ochenstarik-smm-control.service" readonly AGENT_SERVICE="/etc/systemd/system/ochenstarik-smm-agent.service" -readonly SMM_RELEASE_VERSION="${SMM_RELEASE_VERSION:-v0.1.0-alpha.2}" +readonly SMM_RELEASE_VERSION="${SMM_RELEASE_VERSION:-v0.1.0-alpha.3}" readonly SMM_RELEASE_BASE_URL="${SMM_RELEASE_BASE_URL:-https://github.com/ochenstarik-ui/server-monitor-manager/releases/download/${SMM_RELEASE_VERSION}}" log() { printf '[+] %s\n' "$*"; }