From 3f77d4760a93952cc5d151d650fb3ee2bb410ffa Mon Sep 17 00:00:00 2001 From: kvorschk <92257455+kvorschk@users.noreply.github.com> Date: Sat, 17 Sep 2022 15:28:44 -0400 Subject: [PATCH] Update aur helper install. Changed yay-bin to yay. --- karbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karbs.sh b/karbs.sh index 646220b..20e63d3 100755 --- a/karbs.sh +++ b/karbs.sh @@ -204,7 +204,7 @@ sed -i "s/^#ParallelDownloads = 8$/ParallelDownloads = 5/;s/^#Color$/Color/" /et # Use all cores for compilation. sed -i "s/-j2/-j$(nproc)/;s/^#MAKEFLAGS/MAKEFLAGS/" /etc/makepkg.conf -manualinstall yay-bin || error "Failed to install AUR helper." +manualinstall yay || 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