diff --git a/boot.sh b/boot.sh index fb23603..9cda8e1 100644 --- a/boot.sh +++ b/boot.sh @@ -8,7 +8,7 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄ ▀██████▀ ▀█ ███ █▀ ███ █▀ ███ ███ ████████▀ ███ █▀ ▀█████▀ ███ ███ ' -echo -e "\n$ascii_art\n" +sudo echo -e "\n$ascii_art\n" pacman -Q git &>/dev/null || sudo pacman -Sy --noconfirm --needed git