mirror of
https://github.com/YunoHost-Apps/tvheadend_ynh.git
synced 2024-10-01 13:34:50 +02:00
Update _common.sh: YNH_DEBIAN -> YNH_DEBIAN_VERSION
This commit is contained in:
parent
4cb7b0435d
commit
b6649a8284
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
_install_tvheadend_package() {
|
_install_tvheadend_package() {
|
||||||
# Download the package
|
# Download the package
|
||||||
if [ ! -f "$install_dir/tvheadend.deb" ]; then
|
if [ ! -f "$install_dir/tvheadend.deb" ]; then
|
||||||
ynh_setup_source --dest_dir="$install_dir" --source_id="main_$YNH_DEBIAN"
|
ynh_setup_source --dest_dir="$install_dir" --source_id="main_$YNH_DEBIAN_VERSION"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Pre-seed debconf database with answers of the interactive dpkg
|
# Pre-seed debconf database with answers of the interactive dpkg
|
||||||
|
|
Loading…
Add table
Reference in a new issue