feat(arch-setup): enable colors and the easter egg in pacman (#890)

This commit is contained in:
Adam Perkowski 2024-10-31 20:48:51 +01:00 committed by GitHub
parent dd10565d8f
commit 29f218f57a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -529,6 +529,10 @@ sed -i 's/^# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: A
#Add parallel downloading
sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf
#Set colors and enable the easter egg
sed -i 's/^#Color/Color/' /etc/pacman.conf
echo "ILoveCandy" | tee -a /etc/pacman.conf
#Enable multilib
sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf
pacman -Sy --noconfirm --needed