Update README.md

This commit is contained in:
edschuy95 2025-09-02 15:52:06 +00:00
parent 962dd2eb5a
commit 6aeb598078

View file

@ -78,7 +78,7 @@ The arguments are:
### Example
```bash
./rmmagent-linux.sh install 'https://mesh.example.com' 'https://api.example.com' 3 1 'XXXXX' server
bash ./rmmagent-linux.sh install 'https://mesh.example.com' 'https://api.example.com' 3 1 'XXXXX' server
```
## Update
@ -86,14 +86,14 @@ The arguments are:
Simply launch the script with *update* as argument.
```bash
./rmmagent-linux.sh update
bash ./rmmagent-linux.sh update
```
## Uninstall
To uninstall the agent, launch the script with this argument:
```bash
./rmmagent-linux.sh uninstall 'Mesh FQDN' 'Mesh ID'
bash ./rmmagent-linux.sh uninstall 'Mesh FQDN' 'Mesh ID'
```
Note: Single quotes must be around the Mesh ID for it to uninstall the mesh agent properly