diff --git a/linux/ubuntu/scripts/go.sh b/linux/ubuntu/scripts/go.sh index efd4312..c6943b3 100755 --- a/linux/ubuntu/scripts/go.sh +++ b/linux/ubuntu/scripts/go.sh @@ -34,6 +34,9 @@ for V in $(jq -r '.toolcache[] | select(.name == "go") | .versions[]' "/imagegen # ENVVAR="${V//\./_}" # echo "${ENVVAR}=${GOPATH}" >>/etc/environment + # Create a complete file + touch "${GOPATH}.complete" + printf "\n\tšŸ‹ Installed GO šŸ‹\t\n" "$GOPATH/bin/go" version