Skip to content

Instantly share code, notes, and snippets.

@dan-c-underwood
Last active May 14, 2021 12:55
Show Gist options
  • Save dan-c-underwood/52723696cdd7cefd8c0586273c64a456 to your computer and use it in GitHub Desktop.
Save dan-c-underwood/52723696cdd7cefd8c0586273c64a456 to your computer and use it in GitHub Desktop.
Updates a headless Mac with Filevault enabled by preauthenticating
#!/bin/bash
sudo fdesetup authrestart -delayminutes -1 && sudo softwareupdate -i -a -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment