From 06e3cb4e71a2abd5747b0c2f8dd08d684c1cd4ca Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 13:52:53 +0200 Subject: [PATCH] Also allow yay updates without sudo --- install/preflight/repositories.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/preflight/repositories.sh b/install/preflight/repositories.sh index 59c18f3e..5e128b4f 100755 --- a/install/preflight/repositories.sh +++ b/install/preflight/repositories.sh @@ -41,5 +41,6 @@ fi # Allow repository index updates without sudo sudo tee /etc/sudoers.d/repositories >/dev/null <