From 16fd6bdcb487a9c2af2b1b78116df90f76df91c6 Mon Sep 17 00:00:00 2001 From: lazee486 <43401332+lazee486@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:56:51 +0200 Subject: [PATCH] Update README.md Expanded download suggestion for Ubuntu Systems: included wget, and advised on making script executable. changed " to ' as suggested for the example in the readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 139c61b..08c76de 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Download the script that match your configuration 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: '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 when trying to access the remote desktop feature. You can't login, view or control the client. There is a neat fix for this, so don't worry: ``` @@ -69,7 +72,7 @@ The argument are: ### Example ```bash -./rmmagent-linux.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