I like running softwareupdate from the command line (Terminal) so that I do not get a popup that will not go away reminding me I need to reboot or shut down. Executing this command from the command line allows me to boot on my own terms. The command is:
sudo softwareupdate -i -a
This command will install all available updates.