update: multiple session

This commit is contained in:
tokumeikoi
2022-12-15 15:53:25 +08:00
parent d646a3b27f
commit 3d9416bf26
7 changed files with 39 additions and 16 deletions

View File

@ -6,7 +6,6 @@ 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
php artisan v2board:update
php artisan config:cache
if [ -f "/etc/init.d/bt" ]; then
chown -R www $(pwd);