update: shell

This commit is contained in:
tokumeikoi 2021-10-13 21:23:18 +08:00
parent 4996c317c9
commit eb98d706ae

View File

@ -1,4 +1,5 @@
git fetch --all && git reset --hard origin/dev && git pull origin dev
git checkout dev
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