Remove output for existing setups

This commit is contained in:
David Heinemeier Hansson 2025-08-24 11:03:43 +02:00
parent 69fe4ae997
commit 7d61c19f69

View File

@ -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