Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Bootstrap with wget

Shaun Jackman edited this page Feb 25, 2018 · 1 revision

To bootstrap Linuxbrew on a system without curl using wget, run...

cd ~/.cache/Homebrew/
wget https://linuxbrew.bintray.com/bottles/curl-7.58.0.x86_64_linux.bottle.tar.gz
wget https://linuxbrew.bintray.com/bottles/openssl-1.0.2n_1.x86_64_linux.bottle.tar.gz
wget https://linuxbrew.bintray.com/bottles/zlib-1.2.11.x86_64_linux.bottle.tar.gz
brew install curl
Clone this wiki locally