mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
forward specified version to alias installer
This commit is contained in:
+2
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user