This commit is contained in:
David Heinemeier Hansson
2025-07-18 17:44:18 -07:00
parent d76d31a5af
commit 7f681c71fb

View File

@ -5,7 +5,7 @@ set -e
# Give people a chance to retry running the installation # Give people a chance to retry running the installation
catch_errors() { 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 "You can retry by running: bash ~/.local/share/omarchy/install.sh"
echo "Get help from the community: https://discord.gg/tXFUdasqhY" echo "Get help from the community: https://discord.gg/tXFUdasqhY"
} }