diff --git a/manifest.json b/manifest.json index f4593c9..a5f4ef5 100644 --- a/manifest.json +++ b/manifest.json @@ -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": { diff --git a/scripts/install b/scripts/install index 52df7a9..405691c 100644 --- a/scripts/install +++ b/scripts/install @@ -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" diff --git a/scripts/restore b/scripts/restore index 33f6a35..fef4df6 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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" diff --git a/scripts/upgrade b/scripts/upgrade index ac29b52..db551c3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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"