diff --git a/scripts/install b/scripts/install index 0fa213d..1dfa170 100755 --- a/scripts/install +++ b/scripts/install @@ -112,12 +112,12 @@ ynh_app_setting_set $app port $port ynh_print_info "Installing erlang and elixir ..." 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 + sudo apt install -y ../conf/esl-erlang_21.2.6-1~debian~jessie_amd64.deb + sudo apt install -y ../conf/elixir_1.8.1-2~debian~jessie_amd64.deb 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 + sudo apt install -y ../conf/esl-erlang_21.2.6-1~debian~stretch_amd64.deb + sudo apt install -y ../conf/elixir_1.8.1-2~debian~stretch_amd64.deb fi #================================================= diff --git a/scripts/restore b/scripts/restore index 143a36d..55909ad 100755 --- a/scripts/restore +++ b/scripts/restore @@ -95,12 +95,12 @@ chown -R "$app":"$app" "$final_path" ynh_print_info "Installing erlang and elixir ..." if [ "$(lsb_release --codename --short)" == "jessie" ]; then - sudo apt install -y ../settings/sources/esl-erlang_21.2.6-1~debian~jessie_amd64.deb - sudo apt install -y ../settings/sources/elixir_1.8.1-2~debian~jessie_amd64.deb + sudo apt install -y ../settings/conf/esl-erlang_21.2.6-1~debian~jessie_amd64.deb + sudo apt install -y ../settings/conf/elixir_1.8.1-2~debian~jessie_amd64.deb elif [ "$(lsb_release --codename --short)" == "stretch" ]; then - sudo apt install -y ../settings/sources/esl-erlang_21.2.6-1~debian~stretch_amd64.deb - sudo apt install -y ../settings/sources/elixir_1.8.1-2~debian~stretch_amd64.deb + sudo apt install -y ../settings/conf/esl-erlang_21.2.6-1~debian~stretch_amd64.deb + sudo apt install -y ../settings/conf/elixir_1.8.1-2~debian~stretch_amd64.deb fi #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 9bc7acd..a5f14e1 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -138,12 +138,12 @@ fi ynh_print_info "Installing erlang and elixir ..." 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 + sudo apt install -y ../conf/esl-erlang_21.2.6-1~debian~jessie_amd64.deb + sudo apt install -y ../conf/elixir_1.8.1-2~debian~jessie_amd64.deb 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 + sudo apt install -y ../conf/esl-erlang_21.2.6-1~debian~stretch_amd64.deb + sudo apt install -y ../conf/elixir_1.8.1-2~debian~stretch_amd64.deb fi #=================================================