From fb5fb1786b96d9886f112a60eae9641e9e911cfb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Apr 2021 16:10:47 +0200 Subject: [PATCH] Update install --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index b47dfe5..1784bba 100755 --- a/scripts/install +++ b/scripts/install @@ -121,9 +121,6 @@ ynh_script_progression --message="Building..." # Setup application config ynh_add_config --template="../conf/.env.example" --destination="$final_path/.env" - -ynh_composer_exec --phpversion=$phpversion --workdir=$final_path --commands="update --lock" - # Setup application config pushd $final_path php$phpversion artisan key:generate -n --force --env