From 771313b8362379947a2763e57dd42813e92d8b1f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 17:47:34 -0400 Subject: [PATCH] Update all the built-in packages from the ISO --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 0c5af8a..0517d4c 100755 --- a/install.sh +++ b/install.sh @@ -12,6 +12,9 @@ catch_errors() { trap catch_errors ERR +# Update all built-in packages +yay -Syu --noconfirm + # Install everything for f in ~/.local/share/omarchy/install/*.sh; do echo -e "\nRunning installer: $f"