From 59a21a1415eb57e9d61774f20b74d4c8033cff04 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 6 May 2021 17:12:30 +0200 Subject: [PATCH] Fix helper name --- scripts/restore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index 6c7c4ec..8c3c819 100644 --- a/scripts/restore +++ b/scripts/restore @@ -98,9 +98,9 @@ ynh_add_config --template="../conf/web.src.default" --destination="../settings/c tempdir="$(mktemp -d)" # Download the deb files -ynh_setup_source_2 --dest_dir=$tempdir --source_id=ffmpeg -ynh_setup_source_2 --dest_dir=$tempdir --source_id=server -ynh_setup_source_2 --dest_dir=$tempdir --source_id=web +ynh_setup_source --dest_dir=$tempdir --source_id="ffmpeg.$architecture" +ynh_setup_source --dest_dir=$tempdir --source_id="server.$architecture" +ynh_setup_source --dest_dir=$tempdir --source_id="web.$architecture" # Install the packages ynh_exec_warn_less apt-get -f install $tempdir/jellyfin-ffmpeg.deb -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold