From 4fbcf7c5e36ed500042a08419a436134f6793dc6 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 2 Feb 2024 22:46:29 +0700 Subject: [PATCH] chore(scripts): cargo quiet --- scripts/cargo.sh | 4 ++-- scripts/cargo_force.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/cargo.sh b/scripts/cargo.sh index 0205c18..664e70c 100755 --- a/scripts/cargo.sh +++ b/scripts/cargo.sh @@ -2,14 +2,14 @@ rustup update -cargo install --locked \ +cargo install --quiet --locked \ fd-find bat git-delta eza sd tealdeer \ difftastic vivid zellij zoxide \ fnm stylua taplo-cli \ pfetch pokeget \ daktilo kbt -cargo install --locked ripgrep --features 'pcre2' +cargo install --quiet --locked ripgrep --features 'pcre2' bat cache --build diff --git a/scripts/cargo_force.sh b/scripts/cargo_force.sh index adea5bd..afe324c 100755 --- a/scripts/cargo_force.sh +++ b/scripts/cargo_force.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash -cargo install --force --locked \ +cargo install --quiet --force --locked \ fd-find bat git-delta eza sd tealdeer \ difftastic vivid zellij zoxide \ fnm stylua taplo-cli \ pfetch pokeget \ daktilo kbt -cargo install --force --locked ripgrep --features 'pcre2' +cargo install --quiet --force --locked ripgrep --features 'pcre2'