1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Merge pull request #152 from YunoHost-Apps/testing

This commit is contained in:
OniriCorpe 2024-02-08 00:28:19 +01:00 committed by GitHub
commit 1e3481da39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 4 deletions

View file

@ -27,7 +27,7 @@ In addition to constituting an advantage in terms of confidentiality (the data d
- Ability to subscribe to channels without creating a Google account
**Shipped version:** 24.01.18~ynh2
**Shipped version:** 24.01.29~ynh1
**Demo:** https://invidious.site/

View file

@ -26,7 +26,7 @@ En plus de constituer un avantage sur le plan de la confidentialité (les donné
- Possibilité d'afficher les commentaires Reddit plutôt que les commentaires YouTube,
- Possibilité de s'abonner aux chaines sans créer de compte Google
**Version incluse :** 24.01.18~ynh2
**Version incluse :** 24.01.29~ynh1
**Démo :** https://invidious.site/

View file

@ -5,7 +5,7 @@ name = "Invidious"
description.en = "Alternative front-end to YouTube"
description.fr = "Front-end alternatif à YouTube"
version = "24.01.18~ynh2"
version = "24.01.29~ynh1"
maintainers = ["eric_G"]

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
version_commit=1c0b4205d40781ff2d34d64dddf29e5dc89d1723
version_commit=c005ada48723808e507d0a4d5a3363a1c14a4f07
#=================================================
# PERSONAL HELPERS

View file

@ -77,6 +77,7 @@ then
pushd "$install_dir"
chown -R "$app:www-data" "$install_dir"
git config --system --add safe.directory "$install_dir"
ynh_exec_as "$app" git config pull.rebase false
ynh_exec_as "$app" git fetch
#git checkout master