forked from forkanization/Proxmox-arm64
Update agentdvr-install.sh
This commit is contained in:
@@ -32,8 +32,8 @@ mkdir -p /opt/agentdvr/agent
|
|||||||
RELEASE=$(curl -s "https://www.ispyconnect.com/api/Agent/DownloadLocation4?platform=LinuxARM64&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
|
cd /opt/agentdvr/agent
|
||||||
wget -q $RELEASE
|
wget -q $RELEASE
|
||||||
$STD unzip Agent_LinuARM64*.zip
|
$STD unzip Agent_LinuxARM64*.zip
|
||||||
rm -rf Agent_Linux64*.zip
|
rm -rf Agent_LinuxARM64*.zip
|
||||||
chmod +x ./Agent
|
chmod +x ./Agent
|
||||||
msg_ok "Installed AgentDVR"
|
msg_ok "Installed AgentDVR"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user