From 7d61c19f695711c1b8e75ba9b8c57e57645fae2d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 11:03:43 +0200 Subject: [PATCH] Remove output for existing setups --- bin/omarchy-snapshot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/omarchy-snapshot b/bin/omarchy-snapshot index 5ed04bd5..b4d78f11 100755 --- a/bin/omarchy-snapshot +++ b/bin/omarchy-snapshot @@ -9,8 +9,7 @@ if [[ -z $COMMAND ]]; then fi if ! command -v snapper &>/dev/null; then - echo "You need Snapper installed to be able to use omarchy-snapshot." - exit 127 + exit 127 # omarchy-update can use this to just ignore if snapper is not available fi case "$COMMAND" in