Skip to content

Instantly share code, notes, and snippets.

@SeriousM
Created April 16, 2015 21:56
Show Gist options
  • Save SeriousM/28c8142fe38a3550f76c to your computer and use it in GitHub Desktop.
Save SeriousM/28c8142fe38a3550f76c to your computer and use it in GitHub Desktop.
Installing ungit on ubuntu (-like) os
nodejs is called differently on ubunto (for whatever reason) - https://github.com/FredrikNoren/ungit/issues/401
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo -H npm install -g ungit
@DireStraits01
Copy link

thank you dude, good luck

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