From e0f23c793f2ee0a6d9e21dcfe7d38f6068c4cd05 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:12:23 +1000 Subject: [PATCH] Fixup AgentDVR pull ARM64 release --- install/agentdvr-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/agentdvr-install.sh b/install/agentdvr-install.sh index 2d6d91b35..c3aec8838 100644 --- a/install/agentdvr-install.sh +++ b/install/agentdvr-install.sh @@ -28,10 +28,10 @@ msg_ok "Installed Dependencies" msg_info "Installing AgentDVR" mkdir -p /opt/agentdvr/agent -RELEASE=$(curl -s "https://www.ispyconnect.com/api/Agent/DownloadLocation4?platform=Linux64&fromVersion=0" | grep -o 'https://.*\.zip') +RELEASE=$(curl -s "https://www.ispyconnect.com/api/Agent/DownloadLocation4?platform=LinuxARM64&fromVersion=0" | grep -o 'https://.*\.zip') cd /opt/agentdvr/agent wget -q $RELEASE -$STD unzip Agent_Linux64*.zip +$STD unzip Agent_LinuARM64*.zip rm -rf Agent_Linux64*.zip chmod +x ./Agent msg_ok "Installed AgentDVR"