One CR is enough

This commit is contained in:
David Heinemeier Hansson
2025-06-25 13:26:49 -07:00
parent e5dc7a88d9
commit 142d18b8b6

View File

@ -8,7 +8,7 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄
▀██████▀ ▀█ ███ █▀ ███ █▀ ███ ███ ████████▀ ███ █▀ ▀█████▀
███ ███ '
echo -e "\n$ascii_art\n\n"
echo -e "\n$ascii_art\n"
pacman -Q git &>/dev/null || sudo pacman -Sy --noconfirm --needed git