Exit if you don't have snapper but continue update

This commit is contained in:
Ryan Hughes
2025-08-23 19:16:47 +02:00
parent 3880c49469
commit 193797393f
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
set -e
omarchy-snapshot create
omarchy-snapshot create || [ $? -eq 127 ]
omarchy-update-git
omarchy-migrate
omarchy-update-system-pkgs