feat: new xboard

This commit is contained in:
xboard
2025-01-21 14:57:54 +08:00
parent de18cfe596
commit 0f43fff242
373 changed files with 17923 additions and 20264 deletions
+2 -2
View File
@@ -5,6 +5,6 @@ wget https://github.com/composer/composer/releases/latest/download/composer.phar
php composer.phar install -vvv
php artisan xboard:install
if [ -f "/etc/init.d/bt" ] || [ "$docker" ]; then
if [ -f "/etc/init.d/bt" ] || [ -f "/.dockerenv" ]; then
chown -R www:www $(pwd);
fi
fi