Created
May 20, 2014 10:02
-
-
Save crackcell/3f2ec8e712f3a9247bf8 to your computer and use it in GitHub Desktop.
Erlang repo for raspberry pi (rasbian)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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