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 +] diff --git a/scripts/Chocolatey_Update_Installed.bat b/scripts/Chocolatey_Update_Installed.bat new file mode 100644 index 00000000..7aaad416 --- /dev/null +++ b/scripts/Chocolatey_Update_Installed.bat @@ -0,0 +1 @@ +cup -y all