mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add application sources update
This commit is contained in:
parent
c1afa554b4
commit
6d37944c04
1 changed files with 5 additions and 1 deletions
|
|
@ -66,9 +66,13 @@ if [[ $INSTALL_SYSTEM_DEPENDENCIES == "y" ]]; then
|
||||||
libwnck-dev
|
libwnck-dev
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install composer dependencies
|
# Build App
|
||||||
cd $DIR_APP
|
cd $DIR_APP
|
||||||
|
|
||||||
|
## Update application sources
|
||||||
|
git pull
|
||||||
|
|
||||||
|
## Update composer dependencies
|
||||||
composer update
|
composer update
|
||||||
|
|
||||||
## Check composer dependencies received to continue
|
## Check composer dependencies received to continue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue