Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)"
  2. PATH="$HOME/.linuxbrew/bin:$PATH"
  3.  
  4. echo 'export PATH="$HOME/.linuxbrew/bin:$PATH"' >>~/.bash_profile
  5.  
  6. source ~/.bash_profile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement