diff --git a/scripts/install b/scripts/install index 21702d8..c50a4cc 100644 --- a/scripts/install +++ b/scripts/install @@ -126,10 +126,10 @@ ynh_script_progression --message="Install OnlyOffice..." # keyserver.ubuntu.com response an error 500 regularly #apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5 2>/dev/null -# The onlyoffice dev had the magnificent idea to add a "nginx restart" during +# The OnlyOffice dev had the magnificent idea to add a "nginx restart" during # 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 ... +# restart NGINX and the whole webadmin and maybe even the YunoHost command +# running the install... ynh_install_extra_app_dependencies --repo="https://download.onlyoffice.com/repo/debian squeeze main" --package="onlyoffice-documentserver" --key="https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE"