mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-02 09:20:17 +00:00
11 lines
352 B
Bash
11 lines
352 B
Bash
# title: Rust (rustlang alias)
|
|
# homepage: https://webinstall.dev/rustlang
|
|
# tagline: Alias for https://webinstall.dev/rustlang
|
|
# alias: rustlang
|
|
# description: |
|
|
# See https://webinstall.dev/rustlang
|
|
|
|
echo "'rust' is an alias for 'rustlang'"
|
|
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
|
|
curl -fsSL "$WEBI_HOST/rustlang@${WEBI_VERSION:-}" | bash
|