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:
@@ -149,7 +149,7 @@ dnf_packages() {
|
||||
}
|
||||
|
||||
pacman_packages() {
|
||||
pacman -S --noconfirm \
|
||||
pacman -S --noconfirm --needed \
|
||||
make \
|
||||
cmake \
|
||||
python \
|
||||
|
||||
Reference in New Issue
Block a user