diff --git a/static/larbs.sh b/static/larbs.sh index 0c3687f..44d4fdd 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