From 140bb273d9a8763cfd1d4f8598af01fcd17d3d58 Mon Sep 17 00:00:00 2001 From: maride Date: Mon, 2 Oct 2017 17:08:11 +0200 Subject: [PATCH] Fix Candy --- steps/50-configure.step | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/50-configure.step b/steps/50-configure.step index c7375c8..0eb984b 100755 --- a/steps/50-configure.step +++ b/steps/50-configure.step @@ -40,6 +40,6 @@ echo "~> ... and recompile the kernel" arch-chroot /mnt mkinitcpio -p linux echo "~> Patching pacman.conf for some pacman magic." -echo "ILoveCandy" >> /mnt/etc/pacman.conf +arch-chroot /mnt sed -i "s/\[options\]/\[options\]\nILoveCandy/g" /etc/pacman.conf amf_return=0