mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
fix
This commit is contained in:
parent
c4b08919d0
commit
46a5b47a99
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ code = "https://github.com/Chocobozzz/PeerTube"
|
|||
yunohost = ">= 11.1.21"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = false
|
||||
ldap = true
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
|
|
|
@ -84,7 +84,7 @@ chown -R $app:www-data "$install_dir"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Upgrading dependencies..."
|
||||
|
||||
ynh_exec_warn_less ynh_install_apps --apps="$app_dependencies"
|
||||
#ynh_exec_warn_less ynh_install_apps --apps="$app_dependencies"
|
||||
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue