Last active
April 20, 2016 07:26
-
-
Save opragel/9e2a68e77c28f60705dfa12e4ee99b0c to your computer and use it in GitHub Desktop.
appstoreupdateagent-notes
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 | |
# pretty dang sure this is intended for root | |
# -now: check for updates now | |
# -later: for performing updates queued for later | |
# -nmos: for faking major OS available message | |
/System/Library/PrivateFrameworks/CommerceKit.framework/Versions/Current/Resources/appstoreupdateagent -now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment