Skip to content

Instantly share code, notes, and snippets.

@aaam
Created March 21, 2017 12:21
Show Gist options
  • Save aaam/9f0177f414f0e4ece15bce4c303092d0 to your computer and use it in GitHub Desktop.
Save aaam/9f0177f414f0e4ece15bce4c303092d0 to your computer and use it in GitHub Desktop.
Install dmg pkg in OSX
hdiutil mount XQartz.dmg
#sudo cp -R "/Volumes/XQartz-X11/XQartz-X11.app" /Applications
sudo installer -package /Volumes/XQartz-X11/XQuartz-X11.pkg -target "/Volumes/Macintosh HD"
cd ~
hdiutil unmount "/Volumes/XQartz-X11"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment