mirror of
https://git.zepheris.com/zepheris/LinuxRMM-Script.git
synced 2024-11-09 12:08:21 +00:00
Update rmmagent-linux.sh
Updated the Go installation sources to the latest version
This commit is contained in:
parent
0954cd3fac
commit
1b3e4950cb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user