From 89385ca11c6e7616598661f737d3f1868aea2838 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 19 Dec 2020 21:49:27 +0100 Subject: [PATCH] Install paru-bin instead of paru --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 0ed41e60..402b2760 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -329,7 +329,7 @@ rm -rf neofetch # install paru if [[ $(pacman -Q | grep yay) ]] && [[ ! $(pacman -Q | grep paru) ]]; then echo "Installing paru" - yay -S paru + yay -S paru-bin fi #AUR