Arch re-installs packages by default unless you tell it "--needed" (#137)

This will save time on Arch, the best distro ;-)
This commit is contained in:
KeithCu
2023-12-29 17:34:06 -05:00
committed by GitHub
parent 6b815937b8
commit f1df0b2feb

View File

@@ -149,7 +149,7 @@ dnf_packages() {
}
pacman_packages() {
pacman -S --noconfirm \
pacman -S --noconfirm --needed \
make \
cmake \
python \