Skip to content

Instantly share code, notes, and snippets.

@ianblenke
Created February 26, 2015 05:28
Show Gist options
  • Save ianblenke/78fe1894e10adcd154c4 to your computer and use it in GitHub Desktop.
Save ianblenke/78fe1894e10adcd154c4 to your computer and use it in GitHub Desktop.
Download Bonjour.msi from iTunes 12 for Windows
Bonjour.msi: iTunesSetup.exe
which 7z || \
( which brew && brew install p7zip || \
which apt-get && sudo apt-get -y install p7zip || \
which choco && choco install 7zip )
7z x iTunesSetup.exe
touch $@
iTunesSetup.exe:
curl -o iTunesSetup.exe 'https://secure-appldnld.apple.com/itunes12/031-17457.20150218.FFCRg/iTunesSetup.exe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment