From 2cf085714c3fb3e2bc5084dd016df5acb33d62fe Mon Sep 17 00:00:00 2001 From: aymhce Date: Tue, 3 Oct 2017 22:49:10 +0200 Subject: [PATCH] add ynh_install_dependencies #21 --- scripts/upgrade | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index f476650..96e8788 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -49,6 +49,13 @@ ampache_ynh_prepareconfig # Modify Nginx configuration file and copy it to Nginx conf directory ampache_ynh_preparenginx +#================================================= +# INSTALL DEPENDENCIES +#================================================= + +# Install dependency +ynh_install_dependencies libav-tools + #================================================= # SPECIFIC SETUP #=================================================