add composer dependencies installation

This commit is contained in:
yggverse 2024-07-14 08:05:43 +03:00
parent 62fc7e45dd
commit 804657c6d1

View file

@ -31,6 +31,7 @@ if [[ $INSTALL_SYSTEM_DEPENDENCIES == "y" ]]; then
bison\
libreadline-dev\
git\
composer\
build-essential\
autoconf\
automake\
@ -54,6 +55,11 @@ if [[ $INSTALL_SYSTEM_DEPENDENCIES == "y" ]]; then
libwnck-dev
fi
# Install composer dependencies
cd $DIR_APP
composer update
# Build PHP-SRC
## Get latest sources
@ -231,4 +237,4 @@ echo "Build completed!"
if [[ $SETUP_DESKTOP_MENU == "y" ]]; then
echo "run Yoda from application menu or"
fi
echo "start Yoda with launcher: \"$DIR_DESKTOP_TARGET/yoda.sh\""
echo "start with launcher: \"$DIR_DESKTOP_TARGET/yoda.sh\""