Initial commit

This commit is contained in:
xboard
2023-11-17 14:44:01 +08:00
commit 65fe7682ff
460 changed files with 63554 additions and 0 deletions

10
init.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
rm -rf composer.phar
wget https://github.com/composer/composer/releases/latest/download/composer.phar -O composer.phar
php composer.phar install -vvv
php artisan xboard:install
if [ -f "/etc/init.d/bt" ]; then
chown -R www $(pwd);
fi