Merge pull request #526 from appeasementPolitik/devel
Also update .*-git packages by default
This commit is contained in:
commit
9a64f3d9ad
@ -309,7 +309,10 @@ sed -Ei "s/^#(ParallelDownloads).*/\1 = 5/;/^#Color$/s/#//" /etc/pacman.conf
|
|||||||
# Use all cores for compilation.
|
# Use all cores for compilation.
|
||||||
sed -i "s/-j2/-j$(nproc)/;/^#MAKEFLAGS/s/^#//" /etc/makepkg.conf
|
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
|
# 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
|
# installs each needed program the way required. Be sure to run this only after
|
||||||
|
Loading…
Reference in New Issue
Block a user