Use submodule for admin assets

This commit is contained in:
xboard
2026-03-11 04:52:06 +08:00
parent b340652b4d
commit 448ddecb56
19 changed files with 71 additions and 78587 deletions

View File

@@ -15,6 +15,7 @@ git fetch --all && git reset --hard origin/master && git pull origin master
rm -rf composer.lock composer.phar
wget https://github.com/composer/composer/releases/latest/download/composer.phar -O composer.phar
php composer.phar update -vvv
git submodule update --init --recursive --force
php artisan xboard:update
if [ -f "/etc/init.d/bt" ] || [ -f "/.dockerenv" ]; then