diff --git a/1-setup.sh b/1-setup.sh index 9787056..a143288 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -186,7 +186,7 @@ PKGS=( for PKG in "${PKGS[@]}"; do echo "INSTALLING: ${PKG}" - sudo pacman -S "$PKG" --noconfirm --needed + sudo pacman -Sy "$PKG" --noconfirm --needed done #