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 +]