From 8b31902909b501b457d57a532e892780841f612a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 17 Jun 2025 10:03:33 +0200 Subject: [PATCH] Better intro --- boot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index f7c4deb..78b1f62 100644 --- a/boot.sh +++ b/boot.sh @@ -8,8 +8,9 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄ ▀██████▀ ▀█ ███ █▀ ███ █▀ ███ ███ ████████▀ ███ █▀ ▀█████▀ ███ ███ ' -echo -e "$ascii_art" +echo -e "\n$ascii_art\n\n" +echo "Starting installation of Omarchy..." sudo pacman -Sy --noconfirm --needed git >/dev/null echo "Cloning Omarchy..."