From 8cebe3331899535a3a6b4bec7f90c5fa6b4445c8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 10:35:35 +0200 Subject: [PATCH] Only install if needed --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index fe8a027..1614972 100644 --- a/boot.sh +++ b/boot.sh @@ -12,7 +12,7 @@ echo -e "$ascii_art" echo "=> Omarchy is for fresh Arch installations only!" echo -e "\nBegin installation (or abort with ctrl+c)..." -sudo pacman -Sy --noconfirm git >/dev/null +sudo pacman -Sy --noconfirm --needed git >/dev/null echo "Cloning Omarchy..." rm -rf ~/.local/share/omarchy/