Skip to content

Instantly share code, notes, and snippets.

View toddholmberg's full-sized avatar

Todd Holmberg toddholmberg

  • RiskRecon, A Mastercard Company
  • Salt Lake City, UT
  • X @toddholmberg
View GitHub Profile
@techgaun
techgaun / erlang-elixir-on-amazon-linux.md
Last active May 30, 2024 00:30
Running elixir 1.8.1 on amazon linux

Script

#!/bin/bash

yum install ncurses-devel openssl-devel -y
yum groupinstall "Development Tools" -y

cd /tmp
wget "http://erlang.org/download/otp_src_21.3.tar.gz" -O otp21.tar.gz