From b4173429a5b86a9d949b04c011e19f28e1a711bd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 17 Jun 2025 10:05:56 +0200 Subject: [PATCH] Just one --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index f4992e6..ed53b2d 100644 --- a/boot.sh +++ b/boot.sh @@ -8,7 +8,7 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄ ▀██████▀ ▀█ ███ █▀ ███ █▀ ███ ███ ████████▀ ███ █▀ ▀█████▀ ███ ███ ' -echo -e "\n\n$ascii_art\n\n" +echo -e "\n$ascii_art\n\n" sudo pacman -Sy --noconfirm --needed git >/dev/null