Update all the built-in packages from the ISO

This commit is contained in:
David Heinemeier Hansson
2025-07-22 17:47:34 -04:00
parent dbe3ec8b2f
commit 771313b836

View File

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