From 8e29507c7e0cb70dfe1179a8c4b7d95ce2c27b1d Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Thu, 4 Sep 2025 18:43:58 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47e3a47..cde8847 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,17 @@ Feel free to adapt the script and submit changes that will contribute! ### Tips Install alpine pre-reqs: -``` +```ash apk add gcompat ``` 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 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: ```ash -chmod +x ./rmmagent-linux.sh ./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! @@ -81,7 +85,6 @@ The arguments are: ### Example ```ash -chmod +x ./rmmagent-linux.sh ./rmmagent-linux.sh install 'https://mesh.example.com' 'https://api.example.com' 3 1 'XXXXX' server ```