From dc4125b4a11421cbcc426695dfd7bf1600d304cc Mon Sep 17 00:00:00 2001 From: appeasementPolitik <108810900+appeasementPolitik@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:45:50 +0000 Subject: [PATCH] Automatically update .*-git packages --- static/larbs.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/larbs.sh b/static/larbs.sh index 015c8e1..94a219d 100755 --- a/static/larbs.sh +++ b/static/larbs.sh @@ -309,7 +309,10 @@ sed -Ei "s/^#(ParallelDownloads).*/\1 = 5/;/^#Color$/s/#//" /etc/pacman.conf # Use all cores for compilation. sed -i "s/-j2/-j$(nproc)/;/^#MAKEFLAGS/s/^#//" /etc/makepkg.conf -manualinstall yay || error "Failed to install AUR helper." +manualinstall $aurhelper || error "Failed to install AUR helper." + +# Make sure .*-git AUR packages get updated automatically. +$aurhelper -Y --save --devel # 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