Skip to content

Commit 16fd6bd

Browse files
authored
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
1 parent 29879b9 commit 16fd6bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Download the script that match your configuration
1414

1515
Download script with this url: `https://raw.githubusercontent.com/netvolt/LinuxRMM-Script/main/rmmagent-linux.sh`
1616

17+
For Ubuntu systems try: 'wget https://raw.githubusercontent.com/netvolt/LinuxRMM-Script/main/rmmagent-linux.sh'
18+
Make executable after downloading: 'sudo chmod +x rmmagent-linux.sh'
19+
1720
### Fix Blank Screen for Ubuntu Workstations (Ubuntu 16+)
1821
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:
1922
```
@@ -69,7 +72,7 @@ The argument are:
6972

7073
### Example
7174
```bash
72-
./rmmagent-linux.sh install amd64 "https://mesh.fqdn.com/meshagents?id=XXXXX&installflags=X&meshinstall=X" "https://api.fqdn.com" 3 1 "XXXXX" server
75+
./rmmagent-linux.sh install 'amd64' 'https://mesh.fqdn.com/meshagents?id=XXXXX&installflags=X&meshinstall=X' 'https://api.fqdn.com' 3 1 'XXXXX' server
7376
```
7477

7578
## Update

0 commit comments

Comments
 (0)