diff --git a/migrations/1753137931.sh b/migrations/1753137931.sh new file mode 100644 index 0000000..63f816a --- /dev/null +++ b/migrations/1753137931.sh @@ -0,0 +1,6 @@ +echo "Ensure first-run flow isn't run for existing installations" + +if [[ ! -f ~/.local/state/omarchy/after-first-run.mode ]]; then + mkdir -p ~/.local/state/omarchy + touch ~/.local/state/omarchy/after-first-run.mode +fi