Skip to content

Instantly share code, notes, and snippets.

@AdilHindistan
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdilHindistan/9222441 to your computer and use it in GitHub Desktop.
Save AdilHindistan/9222441 to your computer and use it in GitHub Desktop.
# Make "Disk utility" show hidden partitions:
defaults write com.apple.DiskUtility DUDebugMenuEnabled 1
# Do not create .DS_Store files on network drives:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
# Insert Debug Menu on AppStore
defaults write com.apple.appstore ShowDebugMenu 1
# Then, Start download and then stop install, open the location, and create a hardlink like
Ln <path-to-downloaded pkg> ~/Desktop/myapp.pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment