From f1df0b2feb67d3f0489b82bb40643e402c45304a Mon Sep 17 00:00:00 2001 From: KeithCu Date: Fri, 29 Dec 2023 17:34:06 -0500 Subject: [PATCH] Arch re-installs packages by default unless you tell it "--needed" (#137) This will save time on Arch, the best distro ;-) --- prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.sh b/prepare.sh index d07ab47..5ea6994 100644 --- a/prepare.sh +++ b/prepare.sh @@ -149,7 +149,7 @@ dnf_packages() { } pacman_packages() { - pacman -S --noconfirm \ + pacman -S --noconfirm --needed \ make \ cmake \ python \