Have to sudo the change to pacman.conf

This commit is contained in:
David Heinemeier Hansson
2025-07-15 17:31:36 -07:00
parent 11406ecc79
commit ecf42918fb

View File

@ -10,5 +10,5 @@ if ! command -v yay &>/dev/null; then
cd ~
# Add fun and color to the pacman installer
sed -i '/^\[options\]/a Color\nILoveCandy' /etc/pacman.conf
sudo sed -i '/^\[options\]/a Color\nILoveCandy' /etc/pacman.conf
fi