Better intro

This commit is contained in:
David Heinemeier Hansson
2025-06-17 10:03:33 +02:00
parent fdd2aaf4d1
commit 8b31902909

View File

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