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

[fix] Use dpkg -i instead of apt install

This commit is contained in:
Sylvain CECCHETTO 2019-11-12 10:31:20 +01:00
parent 21801fb998
commit 1d8bb9f7ac
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
"en": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources",
"fr": "Tvheadend est un serveur streaming TV pour Linux et supporte les sources d'entrées DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP et HDHomeRun"
},
"version": "4.2.8-34~ynh4",
"version": "4.2.8-34~ynh5",
"url": "https://tvheadend.org",
"license": "free",
"maintainer": {

View file

@ -103,7 +103,7 @@ ynh_exec_quiet "wget -q -O $tvheadend_deb_dst $tvheadend_deb_url"
#=================================================
ynh_script_progression --message="Installing $app..." --weight=24
ynh_package_install "$tvheadend_deb_dst"
ynh_exec_warn_less dpkg -i $tvheadend_deb_dst
ynh_secure_remove --file="$temp_folder"

View file

@ -95,7 +95,7 @@ ynh_exec_quiet "wget -q -O $tvheadend_deb_dst $tvheadend_deb_url"
#=================================================
ynh_script_progression --message="Installing $app..." --weight=13
ynh_package_install "$tvheadend_deb_dst"
ynh_exec_warn_less dpkg -i $tvheadend_deb_dst
ynh_secure_remove --file="$temp_folder"

View file

@ -94,7 +94,7 @@ then
#=================================================
ynh_script_progression --message="Upgrading $app..." --weight=24
ynh_package_install "$tvheadend_deb_dst"
ynh_exec_warn_less dpkg -i $tvheadend_deb_dst
ynh_secure_remove --file="$temp_folder"