Update rmmagent-linux.sh

Updated the Go installation sources to the latest version
This commit is contained in:
Julianno Nogueira 2022-06-15 10:43:37 -03:00 committed by GitHub
parent 0954cd3fac
commit 1b3e4950cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,10 +91,10 @@ rmm_site_id=$6
rmm_auth=$7 rmm_auth=$7
rmm_agent_type=$8 rmm_agent_type=$8
go_url_amd64="https://go.dev/dl/go1.18.linux-amd64.tar.gz" go_url_amd64="https://go.dev/dl/go1.18.3.linux-amd64.tar.gz"
go_url_x86="https://go.dev/dl/go1.18.linux-386.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.linux-arm64.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.linux-armv6l.tar.gz" go_url_armv6="https://go.dev/dl/go1.18.3.linux-armv6l.tar.gz"
function go_install() { function go_install() {
## Installing golang ## Installing golang