Skip to content

Instantly share code, notes, and snippets.

@malkafly
Created November 7, 2016 18:12
Show Gist options
  • Save malkafly/7d90c7871b9c033b5c64147c928caac8 to your computer and use it in GitHub Desktop.
Save malkafly/7d90c7871b9c033b5c64147c928caac8 to your computer and use it in GitHub Desktop.
instalacao no linux
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