Skip to content

Instantly share code, notes, and snippets.

View owyongsk's full-sized avatar

SoonKhen OwYong owyongsk

View GitHub Profile
@owyongsk
owyongsk / install_ex.sh
Last active June 26, 2016 08:03 — forked from jimsynz/install_ex.sh
I use this to install Elixir on Codeship.
#!/bin/sh
# I use this to install Elixir on our codeship instances for testing. YMMV.
#
# cd ~
# curl -O https://gist.githubusercontent.com/jamesotron/44f8962cddef781ab830/raw/e75599e95587cbca26e707505fd40dd0f26eb0f5/install_ex.sh
# . ~/install_ex.sh
# cd ~/clone
# You can override your Elixir and Erlang versions from your shell when you call ./install_ex.sh.