Confirm before updating system packages

This commit is contained in:
David Heinemeier Hansson
2025-07-17 09:39:42 -07:00
parent e9f0239f57
commit bb5f6b00e3

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