From e6afe3e80608f926fdb748dcfb32463dfdff7955 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Fri, 10 Sep 2021 17:03:23 -0400 Subject: [PATCH] scripts Archiving old broken installer --- api/tacticalrmm/scripts/community_scripts.json | 12 +----------- {scripts => scripts_wip}/Win_Duplicati_Install.ps1 | 0 2 files changed, 1 insertion(+), 11 deletions(-) rename {scripts => scripts_wip}/Win_Duplicati_Install.ps1 (100%) diff --git a/api/tacticalrmm/scripts/community_scripts.json b/api/tacticalrmm/scripts/community_scripts.json index 873a3a85..d23325ab 100644 --- a/api/tacticalrmm/scripts/community_scripts.json +++ b/api/tacticalrmm/scripts/community_scripts.json @@ -29,23 +29,13 @@ "category": "TRMM (Win):3rd Party Software>Chocolatey", "default_timeout": "300" }, - { - "guid": "2ee134d5-76aa-4160-b334-a1efbc62079f", - "filename": "Win_Duplicati_Install.ps1", - "submittedBy": "https://github.com/Omnicef", - "name": "Duplicati - Install 2.0.5.1", - "description": "This script installs Duplicati 2.0.5.1 as a service.", - "shell": "powershell", - "category": "TRMM (Win):3rd Party Software", - "default_timeout": "300" - }, { "guid": "7b1d90a1-3eda-48ab-9c49-20e714c9e82a", "filename": "Win_Duplicati_Install.bat", "submittedBy": "https://github.com/dinger1986", "name": "Duplicati - Install 2.0.6.100 to work with Community Check Status", "description": "This script installs Duplicati 2.0.6.100 as a service and creates status files to be used with commuity check", - "shell": "powershell", + "shell": "cmd", "category": "TRMM (Win):3rd Party Software", "default_timeout": "300" }, diff --git a/scripts/Win_Duplicati_Install.ps1 b/scripts_wip/Win_Duplicati_Install.ps1 similarity index 100% rename from scripts/Win_Duplicati_Install.ps1 rename to scripts_wip/Win_Duplicati_Install.ps1