bin/setup-rust@226221dc1d6b
bin/setup-rust
Tue, 28 Mar 2023 23:57:49 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 28 Mar 2023 23:57:49 -0500
- changeset 1095
- 226221dc1d6b
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
Simplify command aliases
#!/bin/bash
set -eu -o pipefail
if rustup update; then
exit
fi
curl https://sh.rustup.rs -sSf | sh
source ~/.cargo/env
rustup component add rls rustfmt