Ensure first-run flow isn't run for existing installations
This commit is contained in:
parent
cdc9f8606e
commit
95c6882e54
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
|
Loading…
x
Reference in New Issue
Block a user