Update install script

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-28 21:48:25 +02:00
parent a71ee6414a
commit 29a2f73536
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -151,6 +151,7 @@ yay -S --noconfirm --sudoloop --needed --devel --nopgpfetch --mflags --skippgpch
print_section "Installing Rust toolchain and components" print_section "Installing Rust toolchain and components"
rustup toolchain install beta rustup toolchain install beta
rustup default beta
rustup component add "${RUST_COMPONENTS[@]}" rustup component add "${RUST_COMPONENTS[@]}"
rustup default beta rustup default beta