mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-28 23:17:27 +08:00
feat: new xboard
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user