diff --git a/README.md b/README.md index d7db988..a0c2280 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_fr.md b/README_fr.md index 4433663..8dc8b33 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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. diff --git a/scripts/_common.sh b/scripts/_common.sh index 9309f85..871d980 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 diff --git a/scripts/remove b/scripts/remove index 09d89e1..f04ba85 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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 #=================================================