From 66d32a34a1b69e94f2eaa303e820ceb06005cd45 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 10 Jan 2021 17:27:17 +0100 Subject: [PATCH] --reinstall was taken as a dependency name but we want to have this as an apt command option... --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 27a184d..a5abc42 100644 --- a/scripts/install +++ b/scripts/install @@ -75,7 +75,7 @@ ynh_install_app_dependencies $pkg_dependencies # Explicitly reinstalling the package fixes the issue :| if [ ! -d /usr/share/transmission/ ] then - ynh_install_app_dependencies transmission-common --reinstall + ynh_package_install transmission-common --reinstall fi #=================================================