From 5869156ea9630dd9f407f794324ab513019cfa55 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Apr 2019 17:02:29 +0200 Subject: [PATCH] switch to ynh_install_app_dependencies --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1308305..504093c 100644 --- a/scripts/install +++ b/scripts/install @@ -89,8 +89,8 @@ ynh_app_setting_set $app syncport $SYNCPORT #================================================= ynh_print_info "Installing dependencies..." -# Download and install syncthing binary -sudo apt-get install curl +ynh_install_app_dependencies $pkg_dependencies + ## Add the release PGP keys: curl -s https://syncthing.net/release-key.txt | sudo apt-key add - ## Add the choosed channel to your APT sources: