mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add composer dependencies installation
This commit is contained in:
parent
62fc7e45dd
commit
804657c6d1
1 changed files with 7 additions and 1 deletions
|
|
@ -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\""
|
||||
Loading…
Add table
Add a link
Reference in a new issue