bin/setup-rust

Wed, 13 Oct 2021 13:21:52 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 13 Oct 2021 13:21:52 -0500
changeset 949
cb33f9050d24
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

Add completion toggle and delay

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