Didnt prevent the need for the second sudo

This commit is contained in:
David Heinemeier Hansson
2025-06-25 15:08:15 -07:00
parent 2e51aa4835
commit 03771e8ab6

View File

@ -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