From 29a2f735369f2dd62fd8ace3ba838703256736fd Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 28 May 2019 21:48:25 +0200 Subject: [PATCH] Update install script Signed-off-by: Severin Kaderli --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 3665cb5..2e48735 100755 --- a/install +++ b/install @@ -151,6 +151,7 @@ yay -S --noconfirm --sudoloop --needed --devel --nopgpfetch --mflags --skippgpch print_section "Installing Rust toolchain and components" rustup toolchain install beta +rustup default beta rustup component add "${RUST_COMPONENTS[@]}" rustup default beta