diff --git a/install/1-yay.sh b/install/1-yay.sh index 4a13ecf..4941958 100644 --- a/install/1-yay.sh +++ b/install/1-yay.sh @@ -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