SAAS-1011 - Fixed one mimetype problem and fixed installer
This commit is contained in:
parent
fdb2d4fae2
commit
f21fcb3dcc
3 changed files with 4 additions and 3 deletions
2
install
2
install
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue