From ff139d9da179ac5826221750d467afd706ab22fb Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Mar 2021 22:52:13 -0500 Subject: [PATCH] ENH don't rebuild if not needed --- dot_bin/executable_bootstrap_pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bin/executable_bootstrap_pkgs b/dot_bin/executable_bootstrap_pkgs index faa8372..0fa8706 100644 --- a/dot_bin/executable_bootstrap_pkgs +++ b/dot_bin/executable_bootstrap_pkgs @@ -98,7 +98,7 @@ run_yay() { spotify_pkgs=(gconf) sudo -u nobody HOME="$yaytmp" MAKEFLAGS="-j$(nproc)" \ - yay --needed --noconfirm --removemake -S \ + yay --needed --noconfirm --norebuild --removemake -S \ "${dunst_pkgs[@]}" \ "${emacs_pkgs[@]}" \ "${flameshot_pkgs[@]}" \