diff --git a/src/components/modals/agents/AgentDownload.vue b/src/components/modals/agents/AgentDownload.vue index de3b13c..e8acc68 100644 --- a/src/components/modals/agents/AgentDownload.vue +++ b/src/components/modals/agents/AgentDownload.vue @@ -17,7 +17,7 @@ {{ info.exe }} /VERYSILENT /SUPPRESSMSGBOXES && timeout /t 20 /nobreak > NUL && "C:\Program Files\TacticalAgent\tacticalrmm.exe" -m install --api "{{ info.api }}" - --client-id {{ info.data.client }} --site-id {{ info.data.site }} --desc "{{ info.desc }}" + --client-id {{ info.data.client }} --site-id {{ info.data.site }} --agent-type "{{ info.agenttype }}" --auth "{{ info.data.token }}"
@@ -31,6 +31,6 @@ \ No newline at end of file diff --git a/src/components/modals/agents/InstallAgent.vue b/src/components/modals/agents/InstallAgent.vue index 5f3a2ec..09e3260 100644 --- a/src/components/modals/agents/InstallAgent.vue +++ b/src/components/modals/agents/InstallAgent.vue @@ -25,12 +25,6 @@