bin/setup-rust@aa4c1aa529a5
bin/setup-rust
Sat, 11 Mar 2023 21:38:57 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 11 Mar 2023 21:38:57 -0600
- changeset 1078
- aa4c1aa529a5
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
Start porting custom commands to lua
#!/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