Added the ILoveCandy Command in pacman.conf
It's just an Easter egg for pacman. - (Source)[http://www.eeggs.com/items/59538.html]
This commit is contained in:
parent
1f01d0669e
commit
bddb8a213c
1 changed files with 2 additions and 2 deletions
4
larbs.sh
4
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.
|
# in a fakeroot environment, this is required for all builds with AUR.
|
||||||
newperms "%wheel ALL=(ALL) NOPASSWD: ALL"
|
newperms "%wheel ALL=(ALL) NOPASSWD: ALL"
|
||||||
|
|
||||||
# Make pacman and yay colorful because why not.
|
# Make pacman and yay colorful and adds eye candy on the progress bar because why not.
|
||||||
sed -i "s/^#Color/Color/g" /etc/pacman.conf
|
sed -i "s/^#Color/Color/g;/#VerbosePkgLists/a ILoveCandy" /etc/pacman.conf
|
||||||
|
|
||||||
# Use all cores for compilation.
|
# Use all cores for compilation.
|
||||||
sed -i "s/-j2/-j$(nproc)/;s/^#MAKEFLAGS/MAKEFLAGS/" /etc/makepkg.conf
|
sed -i "s/-j2/-j$(nproc)/;s/^#MAKEFLAGS/MAKEFLAGS/" /etc/makepkg.conf
|
||||||
|
|
Loading…
Reference in a new issue