From 57e14afca35b971ffc954ec63f20331c76153c0d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 17:28:12 +0200 Subject: [PATCH] No yay --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5384d77a..9838533e 100755 --- a/install.sh +++ b/install.sh @@ -78,7 +78,7 @@ sudo updatedb # Update system packages if we have a network connection if ping -c5 omarchy.org &>/dev/null; then - yay -Syu --noconfirm + sudo pacman -Syu --noconfirm fi # Reboot