Update README.md

This commit is contained in:
edschuy95 2025-09-04 18:43:58 +00:00
parent 323099e7d8
commit 8e29507c7e

View file

@ -16,12 +16,17 @@ Feel free to adapt the script and submit changes that will contribute!
### Tips ### Tips
Install alpine pre-reqs: Install alpine pre-reqs:
``` ```ash
apk add gcompat apk add gcompat
``` ```
Download script with this url: `https://sources.gtsvr.net/edschuy95/LinuxRMM-Alpine-Script/raw/branch/main/rmmagent-linux.sh` Download script with this url: `https://sources.gtsvr.net/edschuy95/LinuxRMM-Alpine-Script/raw/branch/main/rmmagent-linux.sh`
Then make it Executable
```ash
chmod +x ./rmmagent-linux.sh
```
## Automatically Detect System Architecture ## Automatically Detect System Architecture
The system architecture is now detected automatically using the following logic: The system architecture is now detected automatically using the following logic:
@ -41,7 +46,6 @@ This ensures the script adapts to different system types automatically without n
To install the agent, launch the script with this argument: To install the agent, launch the script with this argument:
```ash ```ash
chmod +x ./rmmagent-linux.sh
./rmmagent-linux.sh install 'Mesh agent' 'API URL' 'Client ID' 'Site ID' 'Auth Key' 'Agent Type' ./rmmagent-linux.sh install '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... USE THE 'SINGLE QUOTES' IN ALL FIELDS! The compiling can be quite long, don't panic and wait few minutes... USE THE 'SINGLE QUOTES' IN ALL FIELDS!
@ -81,7 +85,6 @@ The arguments are:
### Example ### Example
```ash ```ash
chmod +x ./rmmagent-linux.sh
./rmmagent-linux.sh install 'https://mesh.example.com' 'https://api.example.com' 3 1 'XXXXX' server ./rmmagent-linux.sh install 'https://mesh.example.com' 'https://api.example.com' 3 1 'XXXXX' server
``` ```