Update Linux install links to new PDM endpoint
Some checks failed
Regenerate Documentation Index / regenerate-index (push) Failing after 1s

This commit is contained in:
Joey King 2026-02-20 17:31:01 +00:00
parent ee139c9ef4
commit a49163d60f

View file

@ -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
```
---