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" }