From e8f932b0f6291bb9409185fc7257e6dd61db8e21 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 08:36:37 +0200 Subject: [PATCH] Make sure we don't get stuck in a loop --- bin/omarchy-cmd-first-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-cmd-first-run b/bin/omarchy-cmd-first-run index 573503fe..d6221db8 100755 --- a/bin/omarchy-cmd-first-run +++ b/bin/omarchy-cmd-first-run @@ -5,8 +5,8 @@ set -e FIRST_RUN_MODE=~/.local/state/omarchy/first-run.mode if [[ -f FIRST_RUN_MODE ]]; then + rm -f FIRST_RUN_MODE $OMARCHY_PATH/install/first-run/battery-monitor.sh $OMARCHY_PATH/install/first-run/firewall.sh - rm FIRST_RUN_MODE sudo rm -f /etc/sudoers.d/first-run &>/dev/null fi