This video demonstrates how to use a terminal shell bash command to run software updates on a Mac. This command forces a restart of the computer when finished, to ensure software updates install successfully. You must be an admin, and run the command as such.
Copy and paste:
sudo sh -c "softwareupdate -ia && reboot"