diff --git a/README.md b/README.md index 871ee22..023ac6f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included. -**Shipped version:** 10.8.11~ynh1 +**Shipped version:** 10.8.11~ynh2 **Demo:** https://demo.jellyfin.org/stable/web/index.html diff --git a/README_fr.md b/README_fr.md index d4b3920..51992ff 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Jellyfin vous permet de collecter, gérer et diffuser vos médias. Exécutez le serveur Jellyfin sur votre système et accédez au principal système de divertissement à logiciel libre. -**Version incluse :** 10.8.11~ynh1 +**Version incluse :** 10.8.11~ynh2 **Démo :** https://demo.jellyfin.org/stable/web/index.html diff --git a/manifest.json b/manifest.json index fd4faaa..35369d4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Media System that manage and stream your media", "fr": "Système multimédia qui gère et diffuse vos médias" }, - "version": "10.8.11~ynh1", + "version": "10.8.11~ynh2", "url": "https://jellyfin.org", "upstream": { "license": "GPL-2.0-only", diff --git a/scripts/remove b/scripts/remove index 7bc6f51..0127d18 100644 --- a/scripts/remove +++ b/scripts/remove @@ -94,6 +94,7 @@ ynh_script_progression --message="Removing various files..." --weight=1 ynh_secure_remove --file="$final_path" ynh_secure_remove --file="$config_path" ynh_secure_remove --file="/etc/systemd/system/jellyfin.service.d" +ynh_secure_remove --file="/etc/sudoers.d/jellyfin-sudoers" # Remove the log files ynh_secure_remove --file="/var/log/$app"