diff --git a/api/tacticalrmm/scripts/community_scripts.json b/api/tacticalrmm/scripts/community_scripts.json index 5025dba9..eaf5274c 100644 --- a/api/tacticalrmm/scripts/community_scripts.json +++ b/api/tacticalrmm/scripts/community_scripts.json @@ -220,11 +220,12 @@ "shell": "powershell" }, { - "filename": "Chocolatey_Update_Installed.bat", + "filename": "Win_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" + "shell": "cmd", + "category": "TRMM (Win):3rd Party Software>Chocolatey" }, { "filename": "Win_AD_Check_And_Enable_AD_Recycle_Bin.ps1", diff --git a/scripts/Chocolatey_Update_Installed.bat b/scripts/Win_Chocolatey_Update_Installed.bat similarity index 100% rename from scripts/Chocolatey_Update_Installed.bat rename to scripts/Win_Chocolatey_Update_Installed.bat