From 743516bc7f32ee67d7a94d42221c971358218f00 Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Tue, 29 Aug 2023 16:08:38 +0200 Subject: [PATCH] fix: Disable interactive prompt for `binstall` --- debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.sh b/debian.sh index 1044cd1..49cfaf5 100755 --- a/debian.sh +++ b/debian.sh @@ -35,7 +35,7 @@ install_and_configure_shell() { [ ! -d "$DEST" ] && git clone "${plugins[$plugin]}" "$DEST" done - cargo binstall starship + cargo binstall --no-confirm starship if [ "$SHELL" != "$(which zsh)" ] && [ -z "$CI" ]; then chsh -s "$(which zsh)" @@ -118,7 +118,7 @@ install_cli_tools() { print_large "Installing CLI tools..." - cargo binstall \ + cargo binstall --no-confirm \ erdtree \ git-delta \ just \