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