Skip to content

Commit

Permalink
fix: Disable interactive prompt for binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Aug 29, 2023
1 parent 3eacf44 commit 743516b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -118,7 +118,7 @@ install_cli_tools() {

print_large "Installing CLI tools..."

cargo binstall \
cargo binstall --no-confirm \
erdtree \
git-delta \
just \
Expand Down

0 comments on commit 743516b

Please sign in to comment.