Skip to content

Instantly share code, notes, and snippets.

@ChadTaljaardt
Created March 26, 2020 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChadTaljaardt/3280bf698b434cb059c6cb9cde8cdba3 to your computer and use it in GitHub Desktop.
Save ChadTaljaardt/3280bf698b434cb059c6cb9cde8cdba3 to your computer and use it in GitHub Desktop.
# Erlang
wget -O- https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc | apt-key add -
echo "deb https://packages.erlang-solutions.com/ubuntu $(lsb_release -sc) contrib" | tee /etc/apt/sources.list.d/rabbitmq.list
apt update -y
apt install -y erlang=$ERLANG_VERSION
apt-mark hold erlang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment