Confirm before updating system packages

This commit is contained in:
David Heinemeier Hansson
2025-07-17 09:39:42 -07:00
parent dcc4071979
commit 25459cb539

View File

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