“Ubuntu Instale Brew” Respostas de código

Instale o homebrew no Ubuntu

git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
mkdir ~/.linuxbrew/bin
ln -s ~/.linuxbrew/Homebrew/bin/brew ~/.linuxbrew/bin
eval $(~/.linuxbrew/bin/brew shellenv)
Excited Eland

Brew Instale o Ubuntu

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

Instale a cerveja Brew no Raspberry Pi

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

Ubuntu Instale Brew

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 “Ubuntu Instale Brew”

Perguntas semelhantes a “Ubuntu Instale Brew”

Mais respostas relacionadas para “Ubuntu Instale Brew” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código