Created
September 17, 2018 10:50
-
-
Save neilmartin83/427834b612ad93cf4fbf89f88ac193fd to your computer and use it in GitHub Desktop.
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 | |
## 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