From 421a8176fbcb8530b074b6b02403f611f0c756ca Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 2 Apr 2021 22:02:54 +0200 Subject: [PATCH] installpackages: do not confirm rustup --- script/installpackages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/installpackages b/script/installpackages index ca21aed..b99e687 100755 --- a/script/installpackages +++ b/script/installpackages @@ -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