diff --git a/README.md b/README.md index f3f4e35..cb4339f 100644 --- a/README.md +++ b/README.md @@ -9,49 +9,14 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview OnlyOffice Document Server -**Shipped version:** 1.0 - -## Screenshots - -![](http://kaosenlared.net/wp-content/uploads/2016/10/onlyoffyce-2.jpg) - -## Demo - -* [Official demo](Link to a demo site for this app) - -## Configuration - -How to configure this app: by an admin panel, a plain file with SSH, or any other way. - -## Documentation - - * Official documentation: Link to the official documentation of this app - * YunoHost documentation: If specific documentation is needed, feel free to contribute. - ## YunoHost specific features -#### Multi-users support - -Are LDAP and HTTP auth supported? -Can the app be used by multiple users? - #### Supported architectures * x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/onlyoffice%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/onlyoffice/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/onlyoffice%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/onlyoffice/) * Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/onlyoffice%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/onlyoffice/) -## Limitations - -* Any known limitations. - -## Additional information - -* Other information you would add about this application - -**More information on the documentation page:** -https://yunohost.org/packaging_apps - ## Links * Report a bug: https://github.com/YunoHost-Apps/onlyoffice_ynh/issues diff --git a/scripts/install b/scripts/install index daead8f..d4d1009 100644 --- a/scripts/install +++ b/scripts/install @@ -15,7 +15,6 @@ source /usr/share/yunohost/helpers ynh_clean_setup () { ### Remove this function if there's nothing to clean before calling the remove script. - read -p "Press any key..." true } # Exit if an error occurs during the execution of the script