You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
301 B
Bash
15 lines
301 B
Bash
pacman -Syu --noconfirm
|
|
|
|
pacman -S --noconfirm \
|
|
curl \
|
|
git \
|
|
base-devel \
|
|
rustup
|
|
|
|
rustup install nightly
|
|
rustup component add rustfmt
|
|
rustup component add rustfmt --toolchain nightly
|
|
rustup component add clippy
|
|
rustup component add clippy --tolchain nightly
|
|
|
|
cargo install cargo-audit |