Skip to content

Instantly share code, notes, and snippets.

@crackcell
Created May 20, 2014 10:02
Show Gist options
  • Save crackcell/3f2ec8e712f3a9247bf8 to your computer and use it in GitHub Desktop.
Save crackcell/3f2ec8e712f3a9247bf8 to your computer and use it in GitHub Desktop.
Erlang repo for raspberry pi (rasbian)
bash
sudo vi /etc/apt/sources.list
deb http://binaries.erlang-solutions.com/debian wheezy contrib
Then add the Erlang Solutions public key for apt-secure.
bash
wget -O - http://binaries.erlang-solutions.com/debian/erlang_solutions.asc | sudo apt-key add -
Update your apt-get package list, and then install esl-erlang.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment