diff --git a/Getting Started/Install_Monitoring_Agent.md b/Getting Started/Install_Monitoring_Agent.md index a977327..1310a4c 100644 --- a/Getting Started/Install_Monitoring_Agent.md +++ b/Getting Started/Install_Monitoring_Agent.md @@ -57,7 +57,7 @@ This works on both Intel and Apple Silicon Macs. 2. Run this command: ``` -curl -sL go.dbits.ca/rmm-linux | sudo bash +curl -sL go.dbits.ca/dl/pdm/linux | sudo bash ``` 3. The installer will finish on its own. No further action is needed. @@ -106,7 +106,7 @@ sudo rm -f /usr/local/bin/tacticalagent 1. Run the same install script with the uninstall flag: ``` -curl -sL go.dbits.ca/rmm-linux | sudo bash -s -- --uninstall +curl -sL go.dbits.ca/dl/pdm/linux | sudo bash -s -- --uninstall ``` ---