Update install script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
a71ee6414a
commit
29a2f73536
1 changed files with 1 additions and 0 deletions
1
install
1
install
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue