Created
November 7, 2016 18:12
-
-
Save malkafly/7d90c7871b9c033b5c64147c928caac8 to your computer and use it in GitHub Desktop.
instalacao no linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
useradd -m linuxbrew | |
sudo -u linuxbrew -i /bin/bash | |
PATH=~/.linuxbrew/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
yes | ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment