Fixed PKG Install

This commit is contained in:
Adhil Roshan 2021-10-28 07:53:50 +05:30 committed by GitHub
parent a372b52c56
commit c8ea6014c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
#