From 35fedac765ffefc15a51db4e3446cfe186f06f0a Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Tue, 2 Apr 2024 18:07:16 +0000 Subject: [PATCH] Update git link after move move gitea to git.dcomputers.nl, adjusted the link where needed --- Task_scripts/Linux - Schedule agent update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Task_scripts/Linux - Schedule agent update.sh b/Task_scripts/Linux - Schedule agent update.sh index 38b8845..950e663 100644 --- a/Task_scripts/Linux - Schedule agent update.sh +++ b/Task_scripts/Linux - Schedule agent update.sh @@ -30,7 +30,7 @@ if [[ $check_at == "" || $check_at =~ .*"no at".* ]]; then fi # GitHub script URL -GITHUB_URL="https://gittea.dannydekooker.nl/Dcomputers/TacticalRMM_Scripts/raw/branch/main/Supporting_scripts/Linux%20-%20Update%20TRMM%20agent.sh" +GITHUB_URL="https://git.dcomputers.nl/Dcomputers/TacticalRMM_Scripts/raw/branch/main/Supporting_scripts/Linux%20-%20Update%20TRMM%20agent.sh" # Destination directory DEST_DIR="/tmp"