Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/elquimista/homebrew-mirror
- Owner: elquimista
- Created: 2020-03-05T19:05:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T23:49:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T04:03:54.490Z (almost 2 years ago)
- Topics: homebrew, mirror
- Language: Ruby
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.