From: AJ ONeal Date: Sat, 13 Jun 2020 22:53:44 +0000 (-0600) Subject: add WEBI_TAG X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=1591a3dc691ea4ba524d1c31b56668a2ceb018be add WEBI_TAG --- diff --git a/go/install.bash b/go/install.bash index 96a6285..a88c0e7 100644 --- a/go/install.bash +++ b/go/install.bash @@ -5,5 +5,5 @@ # description: | # See https://webinstall.dev/golang -echo "'go@${WEBI_VERSION:-}' is an alias for 'golang@${WEBI_VERSION:-}'" +echo "'go@${WEBI_TAG:-}' is an alias for 'golang@${WEBI_VERSION:-}'" curl -fsSL https://webinstall.dev/golang@${WEBI_VERSION:-} | bash diff --git a/ripgrep/install.bash b/ripgrep/install.bash index 75120fd..1805ebb 100644 --- a/ripgrep/install.bash +++ b/ripgrep/install.bash @@ -5,5 +5,5 @@ # description: | # See https://webinstall.dev/rg -echo "'ripgrep@${WEBI_VERSION:-}' (project) is an alias for 'rg@${WEBI_VERSION:-}' (command)" +echo "'ripgrep@${WEBI_TAG:-}' (project) is an alias for 'rg@${WEBI_VERSION:-}' (command)" curl -fsSL https://webinstall.dev/rg@${WEBI_VERSION:-} | bash diff --git a/webi/template.bash b/webi/template.bash index 9ea165e..9b90b66 100644 --- a/webi/template.bash +++ b/webi/template.bash @@ -11,6 +11,7 @@ set -u #WEBI_HOST= #WEBI_RELEASES= #WEBI_CSV= +#WEBI_TAG= #WEBI_VERSION= #WEBI_MAJOR= #WEBI_MINOR=