Revision a6c0342d
Added by Andreas Kohlbecker almost 2 years ago
scripts/admin/update-dependencies.sh | ||
---|---|---|
45 | 45 |
DRUSH=./vendor/drush/drush/drush |
46 | 46 |
if [[ ! -e $DRUSH ]]; then |
47 | 47 |
echo "Need to install dependencies first ..." |
48 |
composer install --no-dev |
|
48 |
composer install --no-dev --ansi
|
|
49 | 49 |
fi |
50 | 50 |
fi |
51 | 51 |
|
... | ... | |
83 | 83 |
echo "-------------------------------------------------------------------" |
84 | 84 |
echo "Updating dependencies ..." |
85 | 85 |
|
86 |
composer update --no-dev | tee ${TMP}/composer.log |
|
86 |
composer update --no-dev --ansi | tee ${TMP}/composer.log
|
|
87 | 87 |
|
88 | 88 |
echo "-------------------------------------------------------------------" |
89 | 89 |
echo "restoring settings and config files from temp backup ..." |
Also available in: Unified diff
update script improved