mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Small fies
This commit is contained in:
parent
fe8b9167be
commit
17be233cb6
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
||||||
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
|
## Vue d'ensemble
|
||||||
Invidious est une interface permettant d'accéder aux vidéos Youtube sans passer par youtube.com.
|
Invidious est une interface permettant d'accéder aux vidéos YouTube sans passer par youtube.com.
|
||||||
|
|
||||||
**Version incluse :** 0.20.1
|
**Version incluse :** 0.20.1
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,7 @@ ynh_script_progression --message="Setting up source files..." --weight=4
|
||||||
|
|
||||||
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from GitHub
|
||||||
git clone https://github.com/iv-org/invidious "$final_path" --quiet
|
git clone https://github.com/iv-org/invidious "$final_path" --quiet
|
||||||
|
|
||||||
for i in $final_path/config/sql/*.sql ; do
|
for i in $final_path/config/sql/*.sql ; do
|
||||||
|
|
|
@ -157,7 +157,7 @@ yunohost service add $app --description "Invidious is an alternative front-end t
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
||||||
|
|
||||||
ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd" --line_match="Version:"
|
ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Reference in a new issue