From 17d62302b32ffab1d2a5a23dffaa717f904898b6 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Thu, 31 Oct 2024 21:18:18 +0100 Subject: [PATCH] fix: `ILoveCandy` in `pacman` conf (#892) --- core/tabs/system-setup/arch/server-setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/tabs/system-setup/arch/server-setup.sh b/core/tabs/system-setup/arch/server-setup.sh index ac289c2e..913d5f61 100755 --- a/core/tabs/system-setup/arch/server-setup.sh +++ b/core/tabs/system-setup/arch/server-setup.sh @@ -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 #Set colors and enable the easter egg -sed -i 's/^#Color/Color/' /etc/pacman.conf -echo "ILoveCandy" | tee -a /etc/pacman.conf +sed -i 's/^#Color/Color\nILoveCandy/' /etc/pacman.conf #Enable multilib sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf