From 29f218f57a7797e2d6f3f389798d9274abbd8e3a Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Thu, 31 Oct 2024 20:48:51 +0100 Subject: [PATCH] feat(arch-setup): enable colors and the easter egg in `pacman` (#890) --- core/tabs/system-setup/arch/server-setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/tabs/system-setup/arch/server-setup.sh b/core/tabs/system-setup/arch/server-setup.sh index 0b4f8068..ac289c2e 100755 --- a/core/tabs/system-setup/arch/server-setup.sh +++ b/core/tabs/system-setup/arch/server-setup.sh @@ -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