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