mirror of
https://git.zepheris.com/zepheris/LinuxRMM-Script.git
synced 2024-11-09 12:08:21 +00:00
Updated GO to 1.20.11
This commit is contained in:
parent
311b2f74a0
commit
8963af8107
@ -12,7 +12,7 @@ Download the script that match your configuration
|
|||||||
|
|
||||||
### Tips
|
### Tips
|
||||||
|
|
||||||
Download script with this url: `https://raw.githubusercontent.com/netvolt/LinuxRMM-Script/main/rmmagent-linux.sh`
|
Download script with this url: `https://git.zepheris.com/zepheris/LinuxRMM-Script/raw/branch/main/rmmagent-linux.sh`
|
||||||
|
|
||||||
### Fix Blank Screen for Ubuntu Workstations (Ubuntu 16+)
|
### 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:
|
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:
|
||||||
|
@ -127,10 +127,10 @@ rmm_agent_type=$8
|
|||||||
mesh_fqdn=$2
|
mesh_fqdn=$2
|
||||||
mesh_id=$3
|
mesh_id=$3
|
||||||
|
|
||||||
go_url_amd64="https://go.dev/dl/go1.18.3.linux-amd64.tar.gz"
|
go_url_amd64="https://go.dev/dl/go1.20.11.linux-amd64.tar.gz"
|
||||||
go_url_x86="https://go.dev/dl/go1.18.3.linux-386.tar.gz"
|
go_url_x86="https://go.dev/dl/go1.20.11.linux-386.tar.gz"
|
||||||
go_url_arm64="https://go.dev/dl/go1.18.3.linux-arm64.tar.gz"
|
go_url_arm64="https://go.dev/dl/go1.20.11.linux-arm64.tar.gz"
|
||||||
go_url_armv6="https://go.dev/dl/go1.18.3.linux-armv6l.tar.gz"
|
go_url_armv6="https://go.dev/dl/go1.20.11.linux-armv6l.tar.gz"
|
||||||
|
|
||||||
function go_install() {
|
function go_install() {
|
||||||
if ! command -v go &> /dev/null; then
|
if ! command -v go &> /dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user