From b6649a82841806992bc0db52b1ff52fcd455caea Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 1 May 2024 23:04:40 +0200 Subject: [PATCH] Update _common.sh: YNH_DEBIAN -> YNH_DEBIAN_VERSION --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f9972d7..8cf9a8f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ _install_tvheadend_package() { # Download the package 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 # Pre-seed debconf database with answers of the interactive dpkg