Ensure indexes are up to date from boot.sh instead

This commit is contained in:
David Heinemeier Hansson
2025-07-22 18:08:31 -04:00
parent 69e48758fd
commit 7c75cbbcd5
2 changed files with 1 additions and 4 deletions

View File

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

View File

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