How to Use Terminal to Run Software Updates on a Mac

Опубликовано: 04 Февраль 2019
на канале: howtomac9319
13,436
67

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"