From d568896c24f29bf316c72aaecef0adc6dcab83d7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 10 Oct 2020 15:11:46 +0200 Subject: [PATCH] fix --- README.md | 8 ++++---- manifest.json | 2 +- scripts/remove | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 911ed2f..a2e2a48 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# WebMin for YunoHost +# Webmin for YunoHost [![Integration level](https://dash.yunohost.org/integration/webmin.svg)](https://dash.yunohost.org/appci/app/webmin) ![](https://ci-apps.yunohost.org/ci/badges/webmin.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/webmin.maintain.svg) -[![Install WebMin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=webmin) +[![Install Webmin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=webmin) -> *This package allows you to install WebMin quickly and simply on a YunoHost server. +> *This package allows you to install Webmin quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* **Note:** This app has **root** access which can change core things in the system, thus **breaking the YunoHost**. Use it carefully and read the [documents](https://doxfer.webmin.com/Webmin/Main_Page) two times before changing values. ## Overview -[WebMin](http://www.webmin.com/index.html) is a **web-based** interface for system **administration** for Unix. Using any modern web browser, you can setup user **accounts**, **DNS**, **file sharing** and much more. Webmin removes the need to manually **edit Unix configuration** files like **/etc/passwd**, and lets you manage a system from the **console or remotely**. +[Webmin](http://www.webmin.com/index.html) is a **web-based** interface for system **administration** for Unix. Using any modern web browser, you can setup user **accounts**, **DNS**, **file sharing** and much more. Webmin removes the need to manually **edit Unix configuration** files like **/etc/passwd**, and lets you manage a system from the **console or remotely**. **Shipped version:** 1.955 diff --git a/manifest.json b/manifest.json index 3c38817..cd67900 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "version": "1.955~ynh1", "url": "http://www.webmin.com", - "license": "BSD 3-Clause", + "license": "BSD-3-Clause", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org" diff --git a/scripts/remove b/scripts/remove index 6e6b630..1717089 100644 --- a/scripts/remove +++ b/scripts/remove @@ -47,7 +47,7 @@ ynh_remove_nginx_config # SPECIFIC REMOVE #================================================= -apt-get remove -y --purge $app +ynh_remove_app_dependencies $app #================================================= # END OF SCRIPT