1
0
Fork 0
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:
Alexandre Aubin 2024-05-01 23:04:40 +02:00 committed by GitHub
parent 4cb7b0435d
commit b6649a8284
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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