Skip to content

Instantly share code, notes, and snippets.

@doomspork
Created June 1, 2017 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doomspork/6a2616780581a666f21a8aaecc43e41e to your computer and use it in GitHub Desktop.
Save doomspork/6a2616780581a666f21a8aaecc43e41e to your computer and use it in GitHub Desktop.
#!/bin/bash
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 -y install esl-erlang && \
sudo apt-get -y install elixir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment