mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-20 12:36:19 +00:00
show alias version
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@
|
||||
# description: |
|
||||
# See https://webinstall.dev/golang
|
||||
|
||||
echo "'go' is an alias for 'golang'"
|
||||
echo "'go@${WEBI_VERSION:-}' 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' (project) is an alias for 'rg' (command)"
|
||||
echo "'ripgrep@${WEBI_VERSION:-}' (project) is an alias for 'rg@${WEBI_VERSION:-}' (command)"
|
||||
curl -fsSL https://webinstall.dev/rg@${WEBI_VERSION:-} | bash
|
||||
|
||||
Reference in New Issue
Block a user