1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
This commit is contained in:
ericgaspar 2021-05-05 22:03:40 +02:00
parent 4683725405
commit 39e9d5a3bf
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 3 additions and 8 deletions

View file

@ -6,7 +6,7 @@
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Invidious 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.*
If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview
Invidious is an alternative front-end for accessing YouTube videos without going through youtube.com.

View file

@ -6,7 +6,7 @@
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Invidious rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/install) pour apprendre comment l'installer.*
## Vue d'ensemble
Invidious est une interface permettant d'accéder aux vidéos YouTube sans passer par youtube.com.

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="crystal=0.36.1-1 apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev"
pkg_dependencies="'crystal=0.36.1-1' apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev"
#=================================================
# PERSONAL HELPERS

View file

@ -59,11 +59,6 @@ ynh_script_progression --message="Removing dependencies..." --weight=1
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
ynh_remove_extra_repo
dpkg --configure -a
apt-key del "379CE192D401AB61"
#=================================================
# REMOVE APP MAIN DIR
#=================================================