From 44d63149290f73b64862dd72f5aee54e7e973f0b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 22 Aug 2025 17:01:52 +0200 Subject: [PATCH] Subtle tweaks --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 1966c36b..19ec9212 100755 --- a/install.sh +++ b/install.sh @@ -18,8 +18,7 @@ catch_errors() { fi echo "See your installation log in ~/.local/state/omarchy/installation.log" - echo "Get help from the community: https://discord.gg/tXFUdasqhY" - echo " " + echo "Get help from the community (or scan QR code below): https://discord.gg/tXFUdasqhY" echo " " echo " █▀▀▀▀▀█ ▄ ▄ ▀▄▄▄█ █▀▀▀▀▀█ " echo " █ ███ █ ▄▄▄▄▀▄▀▄▀ █ ███ █ " @@ -35,7 +34,6 @@ catch_errors() { echo " █ ▀▀▀ █ ██ ▀ █▄█ ▄▄▄█▀ █ " echo " ▀▀▀▀▀▀▀ ▀ ▀ ▀▀▀ ▀ ▀▀▀▀▀▀ " echo " " - echo " " } trap catch_errors ERR