add WEBI_TAG

This commit is contained in:
AJ ONeal
2020-06-13 16:53:44 -06:00
parent 509f98254f
commit 1591a3dc69
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -11,6 +11,7 @@ set -u
#WEBI_HOST=
#WEBI_RELEASES=
#WEBI_CSV=
#WEBI_TAG=
#WEBI_VERSION=
#WEBI_MAJOR=
#WEBI_MINOR=