This commit is contained in:
David Heinemeier Hansson 2025-08-23 21:41:15 +02:00
parent 31ce6f689e
commit 5a7b9292c8

View File

@ -10,7 +10,7 @@ OMARCHY_INSTALL=~/.local/share/omarchy/install
catch_errors() { catch_errors() {
echo -e "\n\e[31mOmarchy installation failed!\e[0m" echo -e "\n\e[31mOmarchy installation failed!\e[0m"
echo echo
echo "This command caused it with exit code $?:" echo "This command halted with exit code $?:"
echo "$BASH_COMMAND" echo "$BASH_COMMAND"
echo echo
echo "Get help from the community via QR code or at https://discord.gg/tXFUdasqhY" echo "Get help from the community via QR code or at https://discord.gg/tXFUdasqhY"