Merge pull request #41 from craSH/mac-homebrew-aria2

Add aria2 package to prerequisites and homebrew example
This commit is contained in:
2023-03-25 15:11:17 +03:00
committed by GitHub

View File

@ -63,6 +63,7 @@ VIRTUAL_EDITIONS_LIST='space delimited editions sequence'
### Requirements
This script uses the following commands to do its work:
* aria2c - to download the required files
* cabextract - to extract cabs
* wimlib-imagex - to export files from metadata ESD
* chntpw - to modify registry of first index of boot.wim
@ -94,6 +95,6 @@ After Homebrew was installed, you can install the requirements using:
```bash
brew tap sidneys/homebrew
brew install cabextract wimlib cdrtools sidneys/homebrew/chntpw
brew install aria2 cabextract wimlib cdrtools sidneys/homebrew/chntpw
```