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