installpackages: do not confirm rustup

This commit is contained in:
Rob Watson 2021-04-02 22:02:54 +02:00
parent 2ea637fcb4
commit 421a8176fb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pacman -S --needed --noconfirm base-devel \
ttf-ubuntu-font-family # Ubuntu Mono font for Alacritty
# https://rustup.rs/
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# https://github.com/dandavison/delta#installation
cargo install git-delta