Skip to content

Instantly share code, notes, and snippets.

View vanhalt's full-sized avatar
💻
Building!

Rafa vanhalt

💻
Building!
View GitHub Profile
@vanhalt
vanhalt / build-erlang-r16b_and_elixir093.sh
Last active March 28, 2016 04:19 — forked from bryanhunter/build-erlang-r16b.sh
Install Elixir v0.9.3 in Ubuntu 13.04
#!/bin/bash
# Pull this file down, make it executable and run it with sudo
# wget https://raw.github.com/gist/5487621/build-erlang-r16b.sh
# chmod u+x build-erlang-r16b.sh
# sudo ./build-erlang-r16b.sh
if [ $(id -u) != "0" ]; then
echo "You must be the superuser to run this script" >&2
exit 1
fi