diff --git a/bin/omarchy-update b/bin/omarchy-update index 50ce43e..5b2e2d2 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -29,5 +29,5 @@ done # Back to where we came from cd - >/dev/null -echo -e "\e[32m\nUpdating system packages\e[0m" -yay -Syu --noconfirm +echo -e "" +gum confirm "Update system packages too?" && yay -Syu --noconfirm