From ecf42918fb0ff3a674ada83e53f468d6fa398f2d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 15 Jul 2025 17:31:36 -0700 Subject: [PATCH] Have to sudo the change to pacman.conf --- install/1-yay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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