From fdaa126aeef54824a630b5152596a221a674f6b2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 10:57:29 +0200 Subject: [PATCH] Fix sudo access permission --- install/preflight/first-run-mode.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/preflight/first-run-mode.sh b/install/preflight/first-run-mode.sh index e1ae129c..49eee6f4 100755 --- a/install/preflight/first-run-mode.sh +++ b/install/preflight/first-run-mode.sh @@ -6,8 +6,9 @@ touch ~/.local/state/omarchy/first-run.mode # Setup sudo-less access for first-run sudo tee /etc/sudoers.d/first-run >/dev/null <