Subtle tweaks

This commit is contained in:
David Heinemeier Hansson 2025-08-22 17:01:52 +02:00
parent 450403e48a
commit 44d6314929

View File

@ -18,8 +18,7 @@ catch_errors() {
fi fi
echo "See your installation log in ~/.local/state/omarchy/installation.log" echo "See your installation log in ~/.local/state/omarchy/installation.log"
echo "Get help from the community: https://discord.gg/tXFUdasqhY" echo "Get help from the community (or scan QR code below): https://discord.gg/tXFUdasqhY"
echo " "
echo " " echo " "
echo " █▀▀▀▀▀█ ▄ ▄ ▀▄▄▄█ █▀▀▀▀▀█ " echo " █▀▀▀▀▀█ ▄ ▄ ▀▄▄▄█ █▀▀▀▀▀█ "
echo " █ ███ █ ▄▄▄▄▀▄▀▄▀ █ ███ █ " echo " █ ███ █ ▄▄▄▄▀▄▀▄▀ █ ███ █ "
@ -35,7 +34,6 @@ catch_errors() {
echo " █ ▀▀▀ █ ██ ▀ █▄█ ▄▄▄█▀ █ " echo " █ ▀▀▀ █ ██ ▀ █▄█ ▄▄▄█▀ █ "
echo " ▀▀▀▀▀▀▀ ▀ ▀ ▀▀▀ ▀ ▀▀▀▀▀▀ " echo " ▀▀▀▀▀▀▀ ▀ ▀ ▀▀▀ ▀ ▀▀▀▀▀▀ "
echo " " echo " "
echo " "
} }
trap catch_errors ERR trap catch_errors ERR