Skip to content

Instantly share code, notes, and snippets.

@bobmoff
Last active August 16, 2021 07:57
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 bobmoff/9a5affe7ff196155ebc82f72cf04df8d to your computer and use it in GitHub Desktop.
Save bobmoff/9a5affe7ff196155ebc82f72cf04df8d to your computer and use it in GitHub Desktop.
Install Elixir on Ubunti (Bash Script)
#!/bin/bash
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb
sudo apt-get update
sudo apt-get install -y esl-erlang
sudo apt-get install -y elixir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment