From b4167af0e79dab3a618059438a371fc733562978 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 23 Aug 2021 12:40:56 -0400 Subject: [PATCH] paru was retarded and broken. install yay-bin --- larbs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/larbs.sh b/larbs.sh index af50cec..410b748 100644 --- a/larbs.sh +++ b/larbs.sh @@ -16,7 +16,7 @@ esac done [ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/lukesmithxyz/voidrice.git" [ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/progs.csv" -[ -z "$aurhelper" ] && aurhelper="paru" +[ -z "$aurhelper" ] && aurhelper="yay" [ -z "$repobranch" ] && repobranch="master" ### FUNCTIONS ### @@ -192,7 +192,7 @@ grep -q "ILoveCandy" /etc/pacman.conf || sed -i "/#VerbosePkgLists/a ILoveCandy" # Use all cores for compilation. sed -i "s/-j2/-j$(nproc)/;s/^#MAKEFLAGS/MAKEFLAGS/" /etc/makepkg.conf -manualinstall $aurhelper || error "Failed to install AUR helper." +manualinstall yay-bin || error "Failed to install AUR helper." # The command that does all the installing. Reads the progs.csv file and # installs each needed program the way required. Be sure to run this only after