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:
commit
1e3481da39
5 changed files with 5 additions and 4 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
version_commit=1c0b4205d40781ff2d34d64dddf29e5dc89d1723
|
||||
version_commit=c005ada48723808e507d0a4d5a3363a1c14a4f07
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue