From bddb8a213c387065ead7596279278bcd59b230e4 Mon Sep 17 00:00:00 2001 From: Yiannis <42875202+ispanos@users.noreply.github.com> Date: Mon, 21 Jan 2019 18:40:35 +0200 Subject: [PATCH] Added the ILoveCandy Command in pacman.conf It's just an Easter egg for pacman. - (Source)[http://www.eeggs.com/items/59538.html] --- larbs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/larbs.sh b/larbs.sh index 79511dc..488bb56 100644 --- a/larbs.sh +++ b/larbs.sh @@ -174,8 +174,8 @@ pacman --noconfirm --needed -S base-devel git >/dev/null 2>&1 # in a fakeroot environment, this is required for all builds with AUR. newperms "%wheel ALL=(ALL) NOPASSWD: ALL" -# Make pacman and yay colorful because why not. -sed -i "s/^#Color/Color/g" /etc/pacman.conf +# Make pacman and yay colorful and adds eye candy on the progress bar because why not. +sed -i "s/^#Color/Color/g;/#VerbosePkgLists/a ILoveCandy" /etc/pacman.conf # Use all cores for compilation. sed -i "s/-j2/-j$(nproc)/;s/^#MAKEFLAGS/MAKEFLAGS/" /etc/makepkg.conf