mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
check for composer dependencies installed to continue
This commit is contained in:
parent
a9f6f127cb
commit
ea13127100
1 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,11 @@ cd $DIR_APP
|
||||||
|
|
||||||
composer update
|
composer update
|
||||||
|
|
||||||
|
## Check composer dependencies received to continue
|
||||||
|
if [ ! -d "$DIR_APP/vendor" ]; then
|
||||||
|
echo "Could not get composer dependencies" && exit
|
||||||
|
fi
|
||||||
|
|
||||||
# Build PHP-SRC
|
# Build PHP-SRC
|
||||||
|
|
||||||
## Get latest sources
|
## Get latest sources
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue