From 3f3ba286cd0221ee2f4a0609c2cbb57708773fa3 Mon Sep 17 00:00:00 2001 From: "sebastian.serfling" Date: Wed, 4 Dec 2024 19:02:32 +0000 Subject: [PATCH] rmmagent.sh aktualisiert --- rmmagent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmmagent.sh b/rmmagent.sh index a75ea27..5c792aa 100644 --- a/rmmagent.sh +++ b/rmmagent.sh @@ -148,7 +148,7 @@ function go_install() { function agent_compile() { ## Compiling and installing tactical agent from github echo "Agent Compile begin" - wget -O /tmp/rmmagent.zip "https://github.com/amidaware/rmmagent/archive/refs/heads/master.zip" + wget -O /tmp/rmmagent.zip "https://gitlab.stines.de/sebastian.serfling/TacticalRMMAgent/src/commit/64aa42d0613d18b8ebe9df0ffc8f68f54820413f/master.zip" unzip /tmp/rmmagent -d /tmp/ rm /tmp/rmmagent.zip cd /tmp/rmmagent-master