Fixed PKG Install
This commit is contained in:
parent
a372b52c56
commit
c8ea6014c3
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue