-
-
Save johanrhodin/1f5c1f5a057b57cd4ddae1b827548c4c to your computer and use it in GitHub Desktop.
elixir setup for raspi
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
echo "deb http://packages.erlang-solutions.com/debian jessie contrib" | sudo tee /etc/apt/sources.list.d/erlang-solutions.list | |
wget http://packages.erlang-solutions.com/debian/erlang_solutions.asc | |
sudo apt-key add erlang_solutions.asc | |
sudo apt update | |
sudo apt install elixir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment