From 142d18b8b68f5fa247447d240f3b52cd81825116 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Jun 2025 13:26:49 -0700 Subject: [PATCH] One CR is enough --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index 0cc53ad..fb23603 100644 --- a/boot.sh +++ b/boot.sh @@ -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