From c8ea6014c3434f0951bd55ab284b7e699ebccc66 Mon Sep 17 00:00:00 2001 From: Adhil Roshan <58517896+adhilroshan@users.noreply.github.com> Date: Thu, 28 Oct 2021 07:53:50 +0530 Subject: [PATCH] Fixed PKG Install --- 1-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #