Add sudoers to fix polkit error

This commit is contained in:
Ryan Hughes
2025-10-08 18:06:22 -04:00
parent d3f70a0c22
commit 0e1f585166
5 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
# Allow passwordless reboot for the installer - removed in first-run
sudo tee /etc/sudoers.d/99-omarchy-installer-reboot >/dev/null <<EOF
$USER ALL=(ALL) NOPASSWD: /usr/bin/reboot
EOF
sudo chmod 440 /etc/sudoers.d/99-omarchy-installer-reboot