Files
omarchy/bin/omarchy-update
David Heinemeier Hansson 2719db01f9 Separate out the bulk of omarchy-update so we can get any changes from git to it first
Also run migrate after we have updated system packages
2025-09-15 21:58:11 +02:00

8 lines
105 B
Bash
Executable File

#!/bin/bash
set -e
omarchy-snapshot create || [ $? -eq 127 ]
omarchy-update-git
omarchy-update-perform