From 211cb453bf669772dc8e12fb4ab9191624bb0faf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 23 Jun 2021 22:53:04 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9ad1971..ea767e1 100755 --- a/scripts/install +++ b/scripts/install @@ -129,11 +129,10 @@ 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 + composer require php-ffmpeg/php-ffmpeg php$phpversion artisan key:generate -n --force --env php$phpversion artisan migrate -n --force php$phpversion artisan config:clear -n