forward specified version to alias installer

This commit is contained in:
AJ ONeal
2020-06-13 16:05:47 -06:00
parent 96012b4f24
commit 4852a36f9f
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -5,4 +5,5 @@
# description: |
# See https://webinstall.dev/golang
curl -fsSL https://webinstall.dev/golang | bash
echo "'go' is an alias for 'golang'"
curl -fsSL https://webinstall.dev/golang@${WEBI_VERSION:-} | bash
+2 -1
View File
@@ -5,4 +5,5 @@
# description: |
# See https://webinstall.dev/rustlang
curl -fsSL https://webinstall.dev/rustlang | bash
echo "'rust' is an alias for 'rustlang'"
curl -fsSL https://webinstall.dev/rustlang@${WEBI_VERSION:-} | bash