Update README.md

Edit script name because it has change before the commit
This commit is contained in:
ZoLuSs 2022-04-09 17:26:44 +02:00 committed by GitHub
parent af13733145
commit 0954cd3fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Download script with this url: `https://raw.githubusercontent.com/ZoLuSs/rmmagen
To install agent launch the script with this arguement: To install agent launch the script with this arguement:
```bash ```bash
./rmmagent-linux-x64.sh install 'System type' 'Mesh agent' 'API URL' 'Client ID' 'Site ID' 'Auth Key' 'Agent Type' ./rmmagent-linux.sh install 'System type' 'Mesh agent' 'API URL' 'Client ID' 'Site ID' 'Auth Key' 'Agent Type'
``` ```
The compiling can be quite long, don't panic and wait few minutes... The compiling can be quite long, don't panic and wait few minutes...
@ -59,7 +59,7 @@ The argument are:
### Example ### Example
```bash ```bash
./rmmagent-linux-x64.sh install amd64 "https://mesh.fqdn.com/meshagents?id=XXXXX&installflags=X&meshinstall=X" "https://api.fqdn.com" 3 1 "XXXXX" server ./rmmagent-linux.sh install amd64 "https://mesh.fqdn.com/meshagents?id=XXXXX&installflags=X&meshinstall=X" "https://api.fqdn.com" 3 1 "XXXXX" server
``` ```
## Update ## Update
@ -67,5 +67,5 @@ The argument are:
Simply launch the script that match your system with *update* as argument. Simply launch the script that match your system with *update* as argument.
```bash ```bash
./rmmagent-linux-x64.sh update ./rmmagent-linux.sh update
``` ```