mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-20 08:56:48 +00:00
add WEBI_TAG
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,6 +11,7 @@ set -u
|
||||
#WEBI_HOST=
|
||||
#WEBI_RELEASES=
|
||||
#WEBI_CSV=
|
||||
#WEBI_TAG=
|
||||
#WEBI_VERSION=
|
||||
#WEBI_MAJOR=
|
||||
#WEBI_MINOR=
|
||||
|
||||
Reference in New Issue
Block a user