Last active
October 31, 2017 11:59
-
-
Save henryhamon/86951b94b61c6bf9e0a4bdedb1049978 to your computer and use it in GitHub Desktop.
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
| sudo touch /etc/init.d/couchdb | |
| # Standard Ubuntu Elixir installation instructions | |
| 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 -f install | |
| sudo apt-get install elixir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment