mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
Show indicator if update is available (#456)
* Show indicator if update is available * Language
This commit is contained in:

committed by
GitHub

parent
63840c6e9a
commit
f729004306
@ -3,11 +3,12 @@
|
||||
# Exit immediately if a command exits with a non-zero status
|
||||
set -e
|
||||
|
||||
STATE_DIR="$HOME/.local/state/omarchy/migrations"
|
||||
|
||||
clear
|
||||
cat <~/.local/share/omarchy/logo.txt
|
||||
cd ~/.local/share/omarchy
|
||||
|
||||
# Create the migrations state directory, we will store an empty file for each migration that has already been performed.
|
||||
STATE_DIR="$HOME/.local/state/omarchy/migrations"
|
||||
mkdir -p "$STATE_DIR"
|
||||
|
||||
# Get the latest while trying to preserve any modifications
|
||||
|
Reference in New Issue
Block a user