mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 08:09:10 +08:00
update: script
This commit is contained in:
parent
474df5e18f
commit
de5f80b5a3
1
init.sh
1
init.sh
@ -1,3 +1,4 @@
|
||||
rm -rf composer.phar
|
||||
wget https://getcomposer.org/download/2.0.13/composer.phar
|
||||
php composer.phar install -vvv
|
||||
php artisan v2board:install
|
||||
|
@ -1,5 +1,6 @@
|
||||
git fetch --all && git reset --hard origin/master && git pull origin master
|
||||
rm -rf composer.lock
|
||||
rm -rf composer.lock composer.phar
|
||||
wget https://getcomposer.org/download/2.0.13/composer.phar
|
||||
php composer.phar update -vvv
|
||||
php artisan v2board:update
|
||||
php artisan config:cache
|
||||
|
@ -1,5 +1,6 @@
|
||||
git fetch --all && git reset --hard origin/dev && git pull origin dev
|
||||
rm -rf composer.lock
|
||||
rm -rf composer.lock composer.phar
|
||||
wget https://getcomposer.org/download/2.0.13/composer.phar
|
||||
php composer.phar update -vvv
|
||||
php artisan v2board:update
|
||||
php artisan config:cache
|
||||
|
Loading…
Reference in New Issue
Block a user