mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
7 lines
220 B
Bash
7 lines
220 B
Bash
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
|