mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-29 05:09:22 +00:00
Didnt prevent the need for the second sudo
This commit is contained in:
2
boot.sh
2
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
|
pacman -Q git &>/dev/null || sudo pacman -Sy --noconfirm --needed git
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user