Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Homebrew
Installing Homebrew on DEVLAN
- mkdir ~/brew
- cd brew
- git clone ssh://git@stash.devlan.net:7999/opensource/homebrew.git
export HOMEBREW_CACHE=/Volumes/share/Homebrew/Caches # on fs-01.devlan.net
Note, not all "formulae" are available. Please mirror them to the above share path for others
Installing Formulae / Packages
- export HOMEBREW_CACHE=/Volumes/share/Homebrew/Caches
- Install Homebrew on an internet-enabled machine
- On the internet-enabled machine, download the dependencies / bottles / whatever by doing a brew fetch --deps, which will download all the dependencies to either ~/Library/Caches/Homebrew or /Library/Caches/Homebrew.
- DTO those downloaded files to /Volumes/share/Homebrew/Caches on DEVLAN
- brew install <formula name>
$ export HOMEBREW_CACHE=/Volumes/share/Homebrew/Caches
$ cp grep-2.20.tar.xz xz-5.0.5.mavericks.bottle.3.tar.gz pcre-8.35.mavericks.bottle.tar.gz $(HOMEBREW_CACHE)/
$ brew install grep