Artwork courtesy of Open Clip Art Library
Campies determines your Mac model and downloads the appropriate BootCamp package for you. It was inspired by brigadier but attempts to be a cleaner and is a far simpler implementation.
Dowload the campies script
curl -O https://raw.githubusercontent.com/fgimian/campies/master/campies.py chmod +x campies.py
Run the find command with no arguments to obtain the appropriate URL that you'll need to download to get BootCamp drivers for your machine:
./campies.py find
Download the URL provided using your browser or a download manager such as DownloadThemAll for Firefox.
Run the build command to extract the drivers from the package and prepare them as a ZIP file for use on Windows.
./campies.py build ~/Downloads/BootCampESD.pkg
Note: Please replace the path of BootCampESD.pkg file if required.
You'll now be given the location of your BootCamp ZIP file which may be used in Windows to install your BootCamp drivers.
You may see detailed help for each command using the --help
argument
if you wish to override your Mac model and such.
Campies is released under the MIT license. Please see the LICENSE file for more details.