mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
13 lines
510 B
Plaintext
13 lines
510 B
Plaintext
golang)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="GoLang"
|
|
type="pkg"
|
|
packageID="org.golang.go"
|
|
downloadURL="$(curl -fsIL "https://golang.org$(curl -fs "https://golang.org/dl/" | grep -i "downloadBox" | grep "pkg" | tr '"' '
|
|
' | grep "pkg")" | grep -i "^location" | awk '{print $2}' | tr -d '
|
|
')"
|
|
appNewVersion="$( echo "${downloadURL}" | sed -E 's/.*\/(go[0-9.]*)\..*/\1/g' )" # Version includes letters "go"
|
|
expectedTeamID="EQHXZ8M8AV"
|
|
blockingProcesses=( NONE )
|
|
;;
|