mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Ensure first-run flow isn't run for existing installations
This commit is contained in:
6
migrations/1753137931.sh
Normal file
6
migrations/1753137931.sh
Normal file
@ -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
|
Reference in New Issue
Block a user