bin/setup-rust

Mon, 22 Feb 2021 13:27:56 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 22 Feb 2021 13:27:56 -0600
changeset 891
7947270fa776
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

remove git-cleanup alias for new script

#!/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

mercurial