Big Sur Software Update Fix

There has recently been an issue occurring in our fleet in which the Software Updates section in Big Sur would hang; therefore, making users unable to update their OS

If you have also run into this issue, here’s one-liner to assist with that:

1
2
3
4
5
6
7
8
9
#!/bin/sh

########################################################
# Terminates then restarts the software update service #
########################################################

launchctl kickstart -k system/com.apple.softwareupdated

exit 0

This runs silently, so I’ll push it to all of my Big Sur machines when the latest update comes through. Otherwise, Self Service works for those one-offs.

Take it easy y’all.