SAAS-1011 - Fixed one mimetype problem and fixed installer

This commit is contained in:
Albert Santoni 2015-08-24 16:25:09 -04:00
parent fdb2d4fae2
commit f21fcb3dcc
3 changed files with 4 additions and 3 deletions

View file

@ -313,8 +313,10 @@ else
fi
# Check if composer exists and install if it doesn't
set +e
eval hash "composer" 2>/dev/null
commandFound=$?
set -e
if [[ ! ${commandFound} -eq 0 ]]; then
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer