Update packages and add composer install to update script

This commit was merged in pull request #54.
This commit is contained in:
2026-01-22 08:43:19 +01:00
parent 710c31551e
commit 5b424a2345
2 changed files with 181 additions and 287 deletions

View File

@@ -2,4 +2,5 @@
echo "Updating project"
git pull origin master
bin/cacheclean
bin/composer install --no-dev
echo "Project updated"