refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / rust / install.sh
1 #!/bin/bash
2 # title: Rust (rustlang alias)
3 # homepage: https://webinstall.dev/rustlang
4 # tagline: Alias for https://webinstall.dev/rustlang
5 # alias: rustlang
6 # description: |
7 #   See https://webinstall.dev/rustlang
8
9 echo "'rust' is an alias for 'rustlang'"
10 WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
11 curl -fsSL "$WEBI_HOST/rustlang@${WEBI_VERSION:-}" | bash