From 0a13ad8ef8dd4298b3094f8c54307d3e2c501538 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 20 Aug 2025 16:41:16 +0200 Subject: [PATCH] Clean up after ISO install without sudo --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 43726f36..8ae9df7d 100755 --- a/install.sh +++ b/install.sh @@ -91,5 +91,6 @@ fi # Reboot show_logo laseretch 920 show_subtext "You're done! So we'll be rebooting now..." +sudo rm -f /etc/sudoers.d/99-omarchy-installer &>/dev/null sleep 2 reboot