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

@@ -8,6 +8,7 @@ if [[ -f "$FIRST_RUN_MODE" ]]; then
rm -f "$FIRST_RUN_MODE"
bash "$OMARCHY_PATH/install/first-run/battery-monitor.sh"
bash "$OMARCHY_PATH/install/first-run/cleanup-reboot-sudoers.sh"
bash "$OMARCHY_PATH/install/first-run/firewall.sh"
bash "$OMARCHY_PATH/install/first-run/dns-resolver.sh"
bash "$OMARCHY_PATH/install/first-run/gnome-theme.sh"