From 9b9605c5201c1d98f82d8f5fe979cc6e2e5dabc5 Mon Sep 17 00:00:00 2001 From: Unit Test Date: Tue, 18 Feb 2020 14:32:16 -0800 Subject: [PATCH] disable erlang --- images/linux/scripts/installers/erlang.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/erlang.sh b/images/linux/scripts/installers/erlang.sh index f71c6de..5d1c49c 100644 --- a/images/linux/scripts/installers/erlang.sh +++ b/images/linux/scripts/installers/erlang.sh @@ -3,7 +3,8 @@ ## File: erlang.sh ## Desc: Installs erlang ################################################################################ - +echo "Erlang is DISABLED!" +exit # Source the helpers for use with the script source $HELPER_SCRIPTS/document.sh source $HELPER_SCRIPTS/apt.sh