mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-29 21:19:23 +00:00
Only attempt install if not already there
This commit is contained in:
2
boot.sh
2
boot.sh
@ -10,7 +10,7 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄
|
|||||||
|
|
||||||
echo -e "\n$ascii_art\n\n"
|
echo -e "\n$ascii_art\n\n"
|
||||||
|
|
||||||
sudo pacman -Sy --noconfirm --needed git >/dev/null
|
pacman -Q git &>/dev/null || sudo pacman -Sy --noconfirm --needed git
|
||||||
|
|
||||||
echo -e "\nCloning Omarchy..."
|
echo -e "\nCloning Omarchy..."
|
||||||
rm -rf ~/.local/share/omarchy/
|
rm -rf ~/.local/share/omarchy/
|
||||||
|
Reference in New Issue
Block a user