From c8abaacd6b16cf7512a84c3210a6959f7aa033ed Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 24 Feb 2019 14:57:04 +0100 Subject: [PATCH] Cleaning install script --- scripts/install | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/scripts/install b/scripts/install index 6c214d7..6ea7a71 100755 --- a/scripts/install +++ b/scripts/install @@ -132,19 +132,6 @@ ynh_print_info "Installing dependencies ..." ### - As well as the section "REINSTALL DEPENDENCIES" in the restore script ### - And the section "UPGRADE DEPENDENCIES" in the upgrade script -# Add erlang for Debian Jessie - -#if [ "$(lsb_release --codename --short)" == "jessie" ]; then -# echo "deb http://packages.erlang-solutions.com/debian jessie contrib" | tee /etc/apt/sources.list.d/erlang-solutions.list -#elif -# [ "$(lsb_release --codename --short)" == "stretch" ]; then -# echo "deb http://packages.erlang-solutions.com/debian stretch contrib" | tee /etc/apt/sources.list.d/erlang-solutions.list -#fi -#sudo wget https://packages.erlang-solutions.com/debian/erlang_solutions.asc -#sudo apt-key add erlang_solutions.asc -#sudo rm erlang_solutions.asc - -# install dependencies ynh_install_app_dependencies git build-essential openssl ssh sudo postgresql postgresql-contrib elixir erlang-dev erlang-parsetools erlang-xmerl erlang-tools #=================================================