zmoog / public-notes

Apache License 2.0
0 stars 1 forks source link

Install homebrew on Ubuntu 20.04 #18

Closed zmoog closed 1 year ago

zmoog commented 1 year ago

References:

zmoog commented 1 year ago
sudo apt install build-essential

curl -fsSL -o install.sh https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/zmoog/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"

$ brew doctor
Your system is ready to brew.
zmoog commented 1 year ago

Installed!