From 5f2013a482ccfc7bd4151dff142e00ce90264733 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 5 Oct 2025 21:09:56 +0200 Subject: [PATCH] Correct the path for asdcontrol on new installations --- install/config/sudoless-asdcontrol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/sudoless-asdcontrol.sh b/install/config/sudoless-asdcontrol.sh index 120c6fc2..5ae03563 100644 --- a/install/config/sudoless-asdcontrol.sh +++ b/install/config/sudoless-asdcontrol.sh @@ -1,3 +1,3 @@ # Setup sudo-less controls for controlling brightness on Apple Displays -echo "$USER ALL=(ALL) NOPASSWD: /usr/local/bin/asdcontrol" | sudo tee /etc/sudoers.d/asdcontrol +echo "$USER ALL=(ALL) NOPASSWD: /usr/bin/asdcontrol" | sudo tee /etc/sudoers.d/asdcontrol sudo chmod 440 /etc/sudoers.d/asdcontrol