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
+1
View File
@@ -3,6 +3,7 @@
rm -rf composer.phar
wget https://github.com/composer/composer/releases/latest/download/composer.phar -O composer.phar
php composer.phar install -vvv
git submodule update --init --recursive --force
php artisan xboard:install
if [ -f "/etc/init.d/bt" ] || [ -f "/.dockerenv" ]; then