From d9cb73291b188cdebe7b087b7ca067cdbc8a5c2c Mon Sep 17 00:00:00 2001 From: silversword411 Date: Mon, 15 Mar 2021 05:04:32 -0400 Subject: [PATCH] Adding Chocolatey updates to community scripts --- api/tacticalrmm/scripts/community_scripts.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/api/tacticalrmm/scripts/community_scripts.json b/api/tacticalrmm/scripts/community_scripts.json index 6a1ebb6a..f2aefea4 100644 --- a/api/tacticalrmm/scripts/community_scripts.json +++ b/api/tacticalrmm/scripts/community_scripts.json @@ -215,5 +215,12 @@ "name": "Create User Logon Script", "description": "Creates a powershell script that runs at logon of any user on the machine in the security context of the user.", "shell": "powershell" + }, + { + "filename": "Chocolatey_Update_Installed.bat", + "submittedBy": "https://github.com/silversword411", + "name": "Chocolatey Update Installed Apps", + "description": "Update all apps that were installed using Chocolatey.", + "shell": "cmd" } -] \ No newline at end of file +]