Created
March 21, 2017 12:21
-
-
Save aaam/9f0177f414f0e4ece15bce4c303092d0 to your computer and use it in GitHub Desktop.
Install dmg pkg in OSX
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
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