This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# https://gist.github.com/595c89076a8db738b8da | |
# DeployStudio postinstall script to install all available Apple software | |
# updates. I wrote this because of a bug with the Software Update plugin | |
# in DeployStudio 1.6.12 that causes an infinite loop in certain circumstances. | |
installed_updates=() |