From 7f681c71fba60dac41c404d736efb0ebbf466325 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 18 Jul 2025 17:44:18 -0700 Subject: [PATCH] Extra CR --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e6fa4f1..0c5af8a 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ set -e # Give people a chance to retry running the installation catch_errors() { - echo -e "\e[31mOmarchy installation failed!\e[0m" + echo -e "\n\e[31mOmarchy installation failed!\e[0m" echo "You can retry by running: bash ~/.local/share/omarchy/install.sh" echo "Get help from the community: https://discord.gg/tXFUdasqhY" }