1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tvheadend_ynh.git synced 2024-10-01 13:34:50 +02:00

Fix ynh_exec_warn_less syntax following changes in 4.3

This commit is contained in:
Alexandre Aubin 2021-11-29 19:11:05 +01:00
parent ee9fc28938
commit 8633c52a5b
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@
"email": "cecchetto.sylvain@me.com"
},
"requirements": {
"yunohost": ">= 4.1"
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [

View file

@ -105,7 +105,7 @@ echo tvheadend tvheadend/admin_password password $password | debconf-set-selecti
echo tvheadend tvheadend/admin_username string $superuser | debconf-set-selections
echo tvheadend tvheadend/last_notes note | debconf-set-selections
ynh_exec_warn_less DEBIAN_FRONTEND=noninteractive dpkg -i $tvheadend_deb_dst
DEBIAN_FRONTEND=noninteractive ynh_exec_warn_less dpkg -i $tvheadend_deb_dst
ynh_secure_remove --file="$temp_folder"

View file

@ -96,7 +96,7 @@ echo tvheadend tvheadend/admin_password password $password | debconf-set-selecti
echo tvheadend tvheadend/admin_username string $superuser | debconf-set-selections
echo tvheadend tvheadend/last_notes note | debconf-set-selections
ynh_exec_warn_less DEBIAN_FRONTEND=noninteractive dpkg -i $tvheadend_deb_dst
DEBIAN_FRONTEND=noninteractive ynh_exec_warn_less dpkg -i $tvheadend_deb_dst
ynh_secure_remove --file="$temp_folder"

View file

@ -92,7 +92,7 @@ then
#=================================================
ynh_script_progression --message="Upgrading Tvheadend..." --weight=24
ynh_exec_warn_less DEBIAN_FRONTEND=noninteractive dpkg --force-confold -i $tvheadend_deb_dst
DEBIAN_FRONTEND=noninteractive ynh_exec_warn_less dpkg --force-confold -i $tvheadend_deb_dst
ynh_secure_remove --file="$temp_folder"