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

Update upgrade

This commit is contained in:
yalh76 2019-03-18 20:38:27 +01:00
parent 5f8e880d18
commit 80b66a55a7

View file

@ -144,6 +144,10 @@ fi
#================================================= #=================================================
ynh_print_info "Installing erlang and elixir ..." ynh_print_info "Installing erlang and elixir ..."
#remove old erlang packages
sudo apt remove -y esl-erlang
sudo apt remove -y elixir
if [ "$(lsb_release --codename --short)" == "jessie" ]; then 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 echo "deb http://packages.erlang-solutions.com/debian jessie contrib" | tee /etc/apt/sources.list.d/erlang-solutions.list
elif elif