1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Fix install

This commit is contained in:
yalh76 2019-02-24 12:48:17 +01:00
parent 1ba6dd814d
commit 56557037d2

View file

@ -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
#=================================================