From e5fc6df4d6eb06a06df80ac92b746341dba8809e Mon Sep 17 00:00:00 2001 From: Dante <150515748+xsghetti@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:25:44 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a9deabc..782a2cf 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ cd yay-bin makepkg -si sudo pacman -S --needed - < ~/script/pacman.txt -yay -S - < ~/script/yay.txt +yay -S --needed - < ~/script/yay.txt cd ~/script/ ./clone.sh