mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-06 16:56:40 +00:00
11 lines
284 B
Bash
11 lines
284 B
Bash
#!/bin/bash
|
|
|
|
# title: Rust
|
|
# homepage: https://rust-lang.org
|
|
# tagline: The Rust Toolchain
|
|
# description: |
|
|
# A language empowering everyone to build reliable and efficient software.
|
|
|
|
# Straight from https://rustup.rs/
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|