Created
January 13, 2017 13:38
-
-
Save vladbabii/704e14dadf6aef671ecb38bf6902a7cc to your computer and use it in GitHub Desktop.
Install ESL Erlang on Ubuntu Xenial
This file contains 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
echo "deb http://binaries.erlang-solutions.com/debian xenial contrib" > /etc/apt/sources.list.d/eslerlang.list | |
wget -O - http://binaries.erlang-solutions.com/debian/erlang_solutions.asc | sudo apt-key add - | |
apt-get update | |
apt-get install esl-erlang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks worked fine here too 👍