Skip to content

Instantly share code, notes, and snippets.

@BigAl
Created August 16, 2016 12:08
Show Gist options
  • Save BigAl/fb114f4ccb4f43204328e1f1ed36c390 to your computer and use it in GitHub Desktop.
Save BigAl/fb114f4ccb4f43204328e1f1ed36c390 to your computer and use it in GitHub Desktop.
OSX 10.11.6 packages
curl http://osxapps.itunes.apple.com/apple-assets-us-std-000001/Purple20/v4/dc/94/05/dc940501-f06f-2a91-555e-3dc272653af5/izt4803713449411067066.pkg
curl http://osxapps.itunes.apple.com/apple-assets-us-std-000001/Purple60/v4/45/df/86/45df865d-d24d-01d6-2b2c-c003317293ac/signed.dcr.6112397842917719871.pfpkg
Install command line MAS tool becuase I had problems with the GUI
brew install mas
cd Desktop
mkdir osxapps_local
cd osxapps_local
Put the pkg file here
sudo mkdir -p ./apple-assets-us-std-000001/Purple20/v4/dc/94/05/dc940501-f06f-2a91-555e-3dc272653af5/
Put the pfpkg file here
sudo mkdir -p ./apple-assets-us-std-000001/Purple60/v4/45/df/86/45df865d-d24d-01d6-2b2c-c003317293ac/
Update the /etc/hosts file
127.0.0.1 osxapps.itunes.apple.com
sudo python -m SimpleHTTPServer 80
mas list
1018109117 Install OS X El Capitan.app
mas install 1018109117
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment