Skip to content

Commit

Permalink
disable interactive mode when cargo binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
kuwata0037 committed Aug 15, 2023
1 parent 394e46a commit 401e646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_once_install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install_cargo_subcommand() {
if type ~/.cargo/bin/cargo >/dev/null 2>&1; then
curl -L --proto '=https' --tlsv1.2 -sSf \
https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
~/.cargo/bin/cargo binstall \
~/.cargo/bin/cargo binstall -y \
cargo-edit \
cargo-nextest \
cargo-update
Expand Down

0 comments on commit 401e646

Please sign in to comment.