From 1591a3dc691ea4ba524d1c31b56668a2ceb018be Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 13 Jun 2020 16:53:44 -0600 Subject: [PATCH] add WEBI_TAG --- go/install.bash | 2 +- ripgrep/install.bash | 2 +- webi/template.bash | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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= -- 2.25.1