From 5c47cf151b2b313dbaf7bd7fb978f3d6ae2eb4b7 Mon Sep 17 00:00:00 2001 From: Roman Kupriyanov Date: Sat, 17 Jul 2021 00:22:44 +0300 Subject: [PATCH] no-dev flag --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a5eb23b..7cf976f 100644 --- a/scripts/install +++ b/scripts/install @@ -142,7 +142,7 @@ ynh_store_file_checksum --file="$final_path/config/local.config.php" # Run composer pushd "$final_path" - php$phpversion bin/composer.phar install + php$phpversion bin/composer.phar install --no-dev bin/console config system addon ldapauth popd ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" <<< "INSERT INTO addon (id, name, version, installed, hidden, timestamp, plugin_admin) VALUES (NULL, 'ldapauth', '', '1', '0', UNIX_TIMESTAMP(), '0');"