Skip to content

Instantly share code, notes, and snippets.

@TylerJewell
Last active November 14, 2016 16:03
Show Gist options
  • Save TylerJewell/f064857038110d2205c5aa377c01942f to your computer and use it in GitHub Desktop.
Save TylerJewell/f064857038110d2205c5aa377c01942f to your computer and use it in GitHub Desktop.
curl -sL https://raw.githubusercontent.com/eclipse/che/master/che.sh > /usr/local/bin/che
chmod +x /usr/local/bin/che
@n0rig
Copy link

n0rig commented Nov 14, 2016

These proved to be better for me:

sudo sh -c "curl -sL https://raw.githubusercontent.com/eclipse/che/master/che.sh > /usr/local/bin/che"
sudo chmod +x /usr/local/bin/che

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment