Last active 5 months ago

dongho's Avatar dongho revised this gist 5 months ago. Go to revision

No changes

dongho's Avatar dongho revised this gist 5 months ago. Go to revision

1 file changed, 3 insertions

brew_install.sh(file created)

@@ -0,0 +1,3 @@
1 + test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
2 + test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
3 + echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bashrc
Newer Older