From 03771e8ab653a32a7088134d7934ceff7fbc8ed3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Jun 2025 15:08:15 -0700 Subject: [PATCH] Didnt prevent the need for the second sudo --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index 9cda8e1..fb23603 100644 --- a/boot.sh +++ b/boot.sh @@ -8,7 +8,7 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄ ▀██████▀ ▀█ ███ █▀ ███ █▀ ███ ███ ████████▀ ███ █▀ ▀█████▀ ███ ███ ' -sudo echo -e "\n$ascii_art\n" +echo -e "\n$ascii_art\n" pacman -Q git &>/dev/null || sudo pacman -Sy --noconfirm --needed git