From 962dd2eb5ade5970cf5859e2584e625cea8ff9ce Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Tue, 2 Sep 2025 15:50:59 +0000 Subject: [PATCH] Update README.md Made instructions alpine specific. --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 637d4ea..2e3b61a 100644 --- a/README.md +++ b/README.md @@ -18,22 +18,7 @@ Install alpine pre-reqs: apk add bash bash-completion gcompat ``` -Download script with this url: `https://raw.githubusercontent.com/netvolt/LinuxRMM-Script/main/rmmagent-linux.sh` - -For Ubuntu systems try: 'wget https://raw.githubusercontent.com/netvolt/LinuxRMM-Script/main/rmmagent-linux.sh' -Make executable after downloading with: 'sudo chmod +x rmmagent-linux.sh' - -### Fix Blank Screen for Ubuntu Workstations (Ubuntu 16+) -Ubuntu uses the Wayland display manager instead of the regular X11 server. This causes MeshCentral to show a blank screen, preventing login, viewing, or controlling the client. -Using the command lines below should solve the problem: -``` -sudo sed -i '/WaylandEnable/s/^#//g' /etc/gdm3/custom.conf -sudo systemctl restart gdm -``` -This will cause your screen to go blank for a second. You will be able to use remote desktop afterwards. -> If you encounter a 'file not found' error, you are likely using Ubuntu 19 or earlier. On these machines, the config file will be located on /etc/gdm/custom.conf. Modify the command above accordingly. < -Please note that remote desktop features are only installed when you used the workstation agent. You may need to reinstall your mesh agent. - +Download script with this url: `https://sources.gtsvr.net/edschuy95/LinuxRMM-Alpine-Script/raw/branch/main/rmmagent-linux.sh` ## Automatically Detect System Architecture @@ -54,7 +39,7 @@ This ensures the script adapts to different system types automatically without n To install the agent, launch the script with this argument: ```bash -./rmmagent-linux.sh install 'Mesh agent' 'API URL' 'Client ID' 'Site ID' 'Auth Key' 'Agent Type' +bash ./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!