We don't have yay yet

This commit is contained in:
David Heinemeier Hansson
2025-07-22 17:53:57 -04:00
parent 60f5a3b063
commit bacaabe4a1

View File

@ -13,7 +13,7 @@ catch_errors() {
trap catch_errors ERR
# Update all built-in packages
yay -Syu --noconfirm
sudo pacman -Syu --noconfirm
# Install everything
for f in ~/.local/share/omarchy/install/*.sh; do