mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Prevent polkit error on reboot (fixes #2175)
This commit is contained in:
3
install/first-run/cleanup-reboot-sudoers.sh
Normal file
3
install/first-run/cleanup-reboot-sudoers.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
if sudo test -f /etc/sudoers.d/99-omarchy-installer-reboot; then
|
||||
sudo rm -f /etc/sudoers.d/99-omarchy-installer-reboot
|
||||
fi
|
||||
Reference in New Issue
Block a user