Skip to content

Instantly share code, notes, and snippets.

@saiberz
Created May 27, 2019 05:51
Show Gist options
  • Save saiberz/effb33d1eec0bc0ab17a197d1e98a81a to your computer and use it in GitHub Desktop.
Save saiberz/effb33d1eec0bc0ab17a197d1e98a81a to your computer and use it in GitHub Desktop.
Install elixir on ubuntu 18.04
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