rmmagent.sh aktualisiert

main
sebastian.serfling 2024-12-04 19:05:37 +00:00
parent 3f3ba286cd
commit 355de8d83e
1 changed files with 2 additions and 1 deletions

View File

@ -148,7 +148,8 @@ function go_install() {
function agent_compile() {
## Compiling and installing tactical agent from github
echo "Agent Compile begin"
wget -O /tmp/rmmagent.zip "https://gitlab.stines.de/sebastian.serfling/TacticalRMMAgent/src/commit/64aa42d0613d18b8ebe9df0ffc8f68f54820413f/master.zip"
#wget -O /tmp/rmmagent.zip "https://gitlab.stines.de/sebastian.serfling/TacticalRMMAgent/src/commit/64aa42d0613d18b8ebe9df0ffc8f68f54820413f/master.zip"
mv rmmagent-master.zip /tmp/rmmagent.zip
unzip /tmp/rmmagent -d /tmp/
rm /tmp/rmmagent.zip
cd /tmp/rmmagent-master