Fix Candy

This commit is contained in:
maride 2017-10-02 17:08:11 +02:00
parent ba3a509403
commit 140bb273d9

View File

@ -40,6 +40,6 @@ echo "~> ... and recompile the kernel"
arch-chroot /mnt mkinitcpio -p linux arch-chroot /mnt mkinitcpio -p linux
echo "~> Patching pacman.conf for some pacman magic." 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 amf_return=0