From 56557037d26fed9d80108d8c69d76d5cb77a7b52 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 24 Feb 2019 12:48:17 +0100 Subject: [PATCH] Fix install --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 3c2226a..2378631 100755 --- a/scripts/install +++ b/scripts/install @@ -111,14 +111,14 @@ ynh_app_setting_set $app port $port #================================================= ynh_print_info "Installing erlang 1.21.2.6-1..." -if [ "$(lsb_release --codename --short)" == "jessie" ]; then +#if [ "$(lsb_release --codename --short)" == "jessie" ]; then #sudo apt install -y ../sources/esl-erlang_21.2.6-1~debian~jessie_amd64.deb #sudo apt install -y ../sources/elixir_1.8.1-2~debian~jessie_amd64.deb -elif - [ "$(lsb_release --codename --short)" == "stretch" ]; then +#elif +# [ "$(lsb_release --codename --short)" == "stretch" ]; then #sudo apt install -y ../sources/esl-erlang_21.2.6-1~debian~stretch_amd64.deb #sudo apt install -y ../sources/elixir_1.8.1-2~debian~stretch_amd64.deb -fi +#fi #=================================================