mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-04 08:59:48 -04:00
Update README.md
This commit is contained in:
parent
8766d9e7db
commit
9436e6d53a
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
# Brigadier
|
||||
|
||||
> **Change Notice:**
|
||||
> The following features have been added by HungryHenry (me):
|
||||
> 1. Added two parameters: `--no-ssl-check` & `--7zip-path`
|
||||
> 2. The script will skip downloading if the `.pkg` file already exists in `landing_dir`
|
||||
|
||||
A Windows- and OS X-compatible Python script that fetches, from Apple's or your software update server, the Boot Camp ESD ("Electronic Software Distribution") for a specific model of Mac. It unpacks the multiple layers of archives within the flat package and if the script is run on Windows with the `--install` option, it also runs the 64-bit MSI installer.
|
||||
|
||||
On Windows, the archives are unpacked using [7-Zip](http://www.7-zip.org), and the 7-Zip MSI is downloaded and installed, and removed later if Brigadier installed it. This tool used to use [dmg2img](http://vu1tur.eu.org/tools/) to perform the extraction of files from Apple's `WindowsSupport.dmg` file, but more recent versions of 7-Zip have included more completely support for DMGs, so dmg2img seems to be no longer needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue