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:
parent
5f8e880d18
commit
80b66a55a7
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@ fi
|
|||
#=================================================
|
||||
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
|
||||
echo "deb http://packages.erlang-solutions.com/debian jessie contrib" | tee /etc/apt/sources.list.d/erlang-solutions.list
|
||||
elif
|
||||
|
|
Loading…
Add table
Reference in a new issue