Merge pull request #526 from appeasementPolitik/devel

Also update .*-git packages by default
This commit is contained in:
Luke Smith 2023-08-23 10:46:51 +00:00 committed by GitHub
commit 9a64f3d9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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