From 5a7b9292c86f72bb393d39aaf403bc694b477259 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 23 Aug 2025 21:41:15 +0200 Subject: [PATCH] Shorter --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ec84ea79..362fbacc 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ OMARCHY_INSTALL=~/.local/share/omarchy/install catch_errors() { echo -e "\n\e[31mOmarchy installation failed!\e[0m" echo - echo "This command caused it with exit code $?:" + echo "This command halted with exit code $?:" echo "$BASH_COMMAND" echo echo "Get help from the community via QR code or at https://discord.gg/tXFUdasqhY"