X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=go%2Finstall.sh;h=c096eeaf21e3723591b41baee3b60135c09471a1;hb=91512157ab426c87e0a82b594620e90e324b23a3;hp=f03c2cd3957089fc372f9472d6fa4dab53ba853f;hpb=72062b452ae69a076bc562996c70aad9a16b81d6;p=webi-installers%2F.git diff --git a/go/install.sh b/go/install.sh index f03c2cd..c096eea 100644 --- a/go/install.sh +++ b/go/install.sh @@ -1,3 +1,4 @@ +#!/bin/bash # title: Go (golang alias) # homepage: https://webinstall.dev/golang # tagline: Alias for https://webinstall.dev/golang @@ -6,4 +7,5 @@ # See https://webinstall.dev/golang echo "'go@${WEBI_TAG:-stable}' is an alias for 'golang@${WEBI_VERSION:-}'" -curl -fsSL https://webinstall.dev/golang@${WEBI_VERSION:-} | bash +WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"} +curl -fsSL "$WEBI_HOST/golang@${WEBI_VERSION:-}" | bash