diff --git a/install.sh b/install.sh index 174c84e..1d78ce5 100755 --- a/install.sh +++ b/install.sh @@ -12,8 +12,8 @@ catch_errors() { trap catch_errors ERR -# Update all built-in packages -sudo pacman -Syu --noconfirm +# Update all package indexes +sudo pacman -Sy --noconfirm # Install everything for f in ~/.local/share/omarchy/install/*.sh; do @@ -24,4 +24,7 @@ done # Ensure locate is up to date now that everything has been installed sudo updatedb +# Update all built-in packages +sudo pacman -Syu --noconfirm + gum confirm "Reboot to apply all settings?" && reboot