fix: ILoveCandy in pacman conf (#892)

This commit is contained in:
Adam Perkowski 2024-10-31 21:18:18 +01:00 committed by GitHub
parent 00914ab05d
commit 17d62302b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -530,8 +530,7 @@ sed -i 's/^# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: A
sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf
#Set colors and enable the easter egg #Set colors and enable the easter egg
sed -i 's/^#Color/Color/' /etc/pacman.conf sed -i 's/^#Color/Color\nILoveCandy/' /etc/pacman.conf
echo "ILoveCandy" | tee -a /etc/pacman.conf
#Enable multilib #Enable multilib
sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf