1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update install

This commit is contained in:
ericgaspar 2022-02-24 18:41:23 +01:00
parent 1087f5c63e
commit a7b2d33089
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -75,9 +75,9 @@ ynh_script_progression --message="Installing dependencies..." --weight=6
ynh_install_nodejs --nodejs_version=$nodejs_version
if [ "$export" = "abiword" ]; then
ynh_install_app_dependencies $abiword_app_depencencies
ynh_exec_warn_less ynh_install_app_dependencies $abiword_app_depencencies
elif [ "$export" = "libreoffice" ]; then
ynh_install_app_dependencies $libreoffice_app_dependencies
ynh_exec_warn_less ynh_install_app_dependencies $libreoffice_app_dependencies
fi
#=================================================
@ -124,8 +124,6 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Installing Etherpad..." --weight=60
chown -R $app $final_path
pushd $final_path
ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH src/bin/installDeps.sh