mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
ynh_install_app_dependencies $extra_dependencies
This commit is contained in:
parent
e178f292e2
commit
6dededde98
1 changed files with 2 additions and 2 deletions
|
@ -89,14 +89,14 @@ ynh_script_progression --message="Install OnlyOffice..."
|
|||
# the install/configure of their package, which is awful since that will
|
||||
# restart nginx and the whole webadmin and maybe even the yunohost command
|
||||
# running the install ...
|
||||
ynh_exec_warn_less ynh_add_app_dependencies --package=$extra_dependencies
|
||||
#ynh_exec_warn_less ynh_add_app_dependencies --package=$extra_dependencies
|
||||
|
||||
#=================================================
|
||||
# INSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing dependencies..."
|
||||
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||
ynh_exec_warn_less ynh_install_app_dependencies "$pkg_dependencies $extra_dependencies"
|
||||
|
||||
# ynh_install_extra_app_dependencies --repo="https://updates.signald.org unstable main" --package="$extra_dependencies" --key="https://updates.signald.org/apt-signing-key.asc"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue