From 786e71193cc062156bd30e7afa7085fe89c52152 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 23 Jun 2021 19:50:53 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 2007fa1..9ad1971 100755 --- a/scripts/install +++ b/scripts/install @@ -130,6 +130,8 @@ ynh_script_progression --message="Building..." # Setup application config ynh_add_config --template="../conf/.env.example" --destination="$final_path/.env" + ynh_composer_exec --workdir=$final_path --commands="require php-ffmpeg/php-ffmpeg" + # Setup application config pushd $final_path php$phpversion artisan key:generate -n --force --env