Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elquimista/homebrew-mirror

Mirror tool to download Homebrew packages (bottles & non-bottle artifacts)
https://github.com/elquimista/homebrew-mirror

homebrew mirror

Last synced: 26 days ago
JSON representation

Mirror tool to download Homebrew packages (bottles & non-bottle artifacts)

Awesome Lists containing this project

README

        

## Mirror Homebrew Packages

### Usage

Get into the Docker container shell:
```sh
yarn docker-ssh
```

Inside the Docker container shell:
```sh
# Start downloading bottles for OS X Mavericks
bin/start bottles --os=mavericks

# Start downloading bottles for OS X El Capitan, macOS High Sierra, macOS Mojave
bin/start bottles --os=el_capitan,high_sierra,mojave

# Start downloading non-bottle packages
bin/start nonbottles
```

Files are downloaded into `./data/bottles/` and `./data/non-bottles/` respectively.