Bootstrap with wget - Linuxbrew/brew GitHub Wiki
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