mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
fix upgrade
This commit is contained in:
parent
b3f8657436
commit
32389bd625
2 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="git build-essential postgresql postgresql-contrib openssl ssh sudo"
|
||||
extra_pkg_dependencies="elixir esl-erlang"
|
||||
extra_pkg_dependencies="elixir erlang-dev erlang-tools erlang-parsetools erlang-eldap erlang-xmerl esl-erlang"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -149,8 +149,6 @@ fi
|
|||
#=================================================
|
||||
ynh_print_info "Upgrading dependencies..."
|
||||
|
||||
ynh_remove_app_dependencies
|
||||
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue