“Homebrew Linux” Respostas de código

Homebrew Linux

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
midoelhawy

Instale o homebrew no Linux

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
PhenXfeyr

Instale a cerveja Brew no Linux

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
#Replace <pc-username> with your system username
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/<pc-username>/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew --version
jegs

Instale a cerveja Brew no Raspberry Pi

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Dead Dogfish

Homebrew Linux

test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)
test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bash_profile
echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profile
Successful Salamander

Respostas semelhantes a “Homebrew Linux”

Perguntas semelhantes a “Homebrew Linux”

Mais respostas relacionadas para “Homebrew Linux” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código