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