Created
May 27, 2019 05:51
-
-
Save saiberz/effb33d1eec0bc0ab17a197d1e98a81a to your computer and use it in GitHub Desktop.
Install elixir on ubuntu 18.04
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
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb | |
sudo apt-get update | |
sudo apt-get install esl-erlang | |
sudo apt-get install elixir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment