Skip to content

Instantly share code, notes, and snippets.

@hfeeki
Created December 23, 2013 10:36
Show Gist options
  • Save hfeeki/8094838 to your computer and use it in GitHub Desktop.
Save hfeeki/8094838 to your computer and use it in GitHub Desktop.
Install erlang on ubuntu
#!/bin/bash
# installing erlang on ubuntu
curl -O https://raw.github.com/spawngrid/kerl/master/kerl
chmod a+x kerl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment