Skip to content

Instantly share code, notes, and snippets.

@vladbabii
Created January 13, 2017 13:38
Show Gist options
  • Save vladbabii/704e14dadf6aef671ecb38bf6902a7cc to your computer and use it in GitHub Desktop.
Save vladbabii/704e14dadf6aef671ecb38bf6902a7cc to your computer and use it in GitHub Desktop.
Install ESL Erlang on Ubuntu Xenial
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
@santosgabriel
Copy link

Thanks worked fine here too 👍

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