diff --git a/README.md b/README.md index 139c61b..9b20b18 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Download the script that match your configuration ### 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+) 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: diff --git a/rmmagent-linux.sh b/rmmagent-linux.sh index 6aba189..2ba226b 100644 --- a/rmmagent-linux.sh +++ b/rmmagent-linux.sh @@ -127,10 +127,10 @@ rmm_agent_type=$8 mesh_fqdn=$2 mesh_id=$3 -go_url_amd64="https://go.dev/dl/go1.18.3.linux-amd64.tar.gz" -go_url_x86="https://go.dev/dl/go1.18.3.linux-386.tar.gz" -go_url_arm64="https://go.dev/dl/go1.18.3.linux-arm64.tar.gz" -go_url_armv6="https://go.dev/dl/go1.18.3.linux-armv6l.tar.gz" +go_url_amd64="https://go.dev/dl/go1.20.11.linux-amd64.tar.gz" +go_url_x86="https://go.dev/dl/go1.20.11.linux-386.tar.gz" +go_url_arm64="https://go.dev/dl/go1.20.11.linux-arm64.tar.gz" +go_url_armv6="https://go.dev/dl/go1.20.11.linux-armv6l.tar.gz" function go_install() { if ! command -v go &> /dev/null; then