Files
omarchy/install/first-run/cleanup-reboot-sudoers.sh
2025-10-08 20:40:53 -04:00

4 lines
124 B
Bash

if sudo test -f /etc/sudoers.d/99-omarchy-installer-reboot; then
sudo rm -f /etc/sudoers.d/99-omarchy-installer-reboot
fi