From 6aeb5980780a82f5537641025bf2c1673ecde247 Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Tue, 2 Sep 2025 15:52:06 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e3b61a..e289a85 100644 --- a/README.md +++ b/README.md @@ -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