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..."