Skip to content

Instantly share code, notes, and snippets.

@neilmartin83
Created September 17, 2018 10:50
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 neilmartin83/427834b612ad93cf4fbf89f88ac193fd to your computer and use it in GitHub Desktop.
Save neilmartin83/427834b612ad93cf4fbf89f88ac193fd to your computer and use it in GitHub Desktop.
#!/bin/bash
## mount the segmented DMG
hdiutil attach "/var/tmp/segmented-dmg.dmg"
## run the vendor's installer and do other stuff below this line
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment