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:
parent
21801fb998
commit
1d8bb9f7ac
4 changed files with 4 additions and 4 deletions
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue