From 1b3e4950cb62829053f7e2d63adc90845a7f4b57 Mon Sep 17 00:00:00 2001 From: Julianno Nogueira <31103443+netvolt@users.noreply.github.com> Date: Wed, 15 Jun 2022 10:43:37 -0300 Subject: [PATCH] Update rmmagent-linux.sh Updated the Go installation sources to the latest version --- rmmagent-linux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rmmagent-linux.sh b/rmmagent-linux.sh index 420efa2..92fbe9b 100644 --- a/rmmagent-linux.sh +++ b/rmmagent-linux.sh @@ -91,10 +91,10 @@ rmm_site_id=$6 rmm_auth=$7 rmm_agent_type=$8 -go_url_amd64="https://go.dev/dl/go1.18.linux-amd64.tar.gz" -go_url_x86="https://go.dev/dl/go1.18.linux-386.tar.gz" -go_url_arm64="https://go.dev/dl/go1.18.linux-arm64.tar.gz" -go_url_armv6="https://go.dev/dl/go1.18.linux-armv6l.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.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" function go_install() { ## Installing golang