From bacaabe4a18d5f514da5b2c12b65de46b847df84 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 17:53:57 -0400 Subject: [PATCH] We don't have yay yet --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0517d4c..174c84e 100755 --- a/install.sh +++ b/install.sh @@ -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