installpackages: do not confirm rustup
This commit is contained in:
parent
2ea637fcb4
commit
421a8176fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue