Browse Source

add application sources update

PHP-GTK3
yggverse 4 months ago
parent
commit
6d37944c04
  1. 6
      INSTALL.sh

6
INSTALL.sh

@ -66,9 +66,13 @@ if [[ $INSTALL_SYSTEM_DEPENDENCIES == "y" ]]; then @@ -66,9 +66,13 @@ if [[ $INSTALL_SYSTEM_DEPENDENCIES == "y" ]]; then
libwnck-dev
fi
# Install composer dependencies
# Build App
cd $DIR_APP
## Update application sources
git pull
## Update composer dependencies
composer update
## Check composer dependencies received to continue

Loading…
Cancel
Save