add WEBI_TAG
authorAJ ONeal <coolaj86@gmail.com>
Sat, 13 Jun 2020 22:53:44 +0000 (16:53 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Sat, 13 Jun 2020 22:53:44 +0000 (16:53 -0600)
go/install.bash
ripgrep/install.bash
webi/template.bash

index 96a6285789baaabf4422b753b41fabe152ad89b6..a88c0e7f4f2cf84b872479e0647ec9069e6ea79b 100644 (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
index 75120fd7768c0cabc017b10841016796c445bedf..1805ebb2617382fc35881e0e0f09b6c921010067 100644 (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
index 9ea165ed92d80d5bdd5557cabd487296328df97e..9b90b66c4faf7378eec0e4b7b42968ae22904557 100644 (file)
@@ -11,6 +11,7 @@ set -u
 #WEBI_HOST=
 #WEBI_RELEASES=
 #WEBI_CSV=
+#WEBI_TAG=
 #WEBI_VERSION=
 #WEBI_MAJOR=
 #WEBI_MINOR=