add composer update to util/udall

This commit is contained in:
nobody 2022-01-07 21:42:12 -08:00
parent f5e1b4f4eb
commit 2d95763546

View file

@ -4,7 +4,7 @@ if [ ! -d .git ]; then
exit
fi
git pull
composer update --no-dev
if [ -d extend ] ; then
for a in theme addon widget ; do
if [ -d extend/$a ]; then