diff --git a/boot.sh b/boot.sh index b5ac24b..3ff9965 100755 --- a/boot.sh +++ b/boot.sh @@ -12,7 +12,7 @@ ansi_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄ echo -e "\n$ansi_art\n" -pacman -Q git &>/dev/null || sudo pacman -Sy --noconfirm --needed git +sudo pacman -Sy --noconfirm --needed git echo -e "\nCloning Omarchy..." rm -rf ~/.local/share/omarchy/ diff --git a/install.sh b/install.sh index 1d78ce5..a329185 100755 --- a/install.sh +++ b/install.sh @@ -12,9 +12,6 @@ catch_errors() { trap catch_errors ERR -# Update all package indexes -sudo pacman -Sy --noconfirm - # Install everything for f in ~/.local/share/omarchy/install/*.sh; do echo -e "\nRunning installer: $f"