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
#!/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 |