Created
February 26, 2015 05:28
-
-
Save ianblenke/78fe1894e10adcd154c4 to your computer and use it in GitHub Desktop.
Download Bonjour.msi from iTunes 12 for Windows
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
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