mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
4 lines
124 B
Bash
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
|