Skip to content

Instantly share code, notes, and snippets.

@johanrhodin
Last active May 4, 2017 01:32
Show Gist options
  • Save johanrhodin/1f5c1f5a057b57cd4ddae1b827548c4c to your computer and use it in GitHub Desktop.
Save johanrhodin/1f5c1f5a057b57cd4ddae1b827548c4c to your computer and use it in GitHub Desktop.
elixir setup for raspi
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