Skip to content

Instantly share code, notes, and snippets.

View mwingert's full-sized avatar

Mathias Wingert mwingert

View GitHub Profile
@mwingert
mwingert / install_erlang_elixir.sh
Last active June 21, 2024 09:22
This script is used to install Elixir 1.17.1 and Erlang 27.0 from source on Ubuntu 24.04 LTS Nobble Numbat.
#!/bin/bash
# This script is used to install Elixir 1.17.1 and Erlang 27.0 on Ubuntu 24.04 LTS Nobble Numbat
# Author: mwingert
## Prerequisites
sudo apt-get update
sudo apt-get install \
build-essential autoconf libncurses-dev openssl libssl-dev \
fop xsltproc unixodbc-dev git -y