mirror of https://github.com/flarum/flarum
Pull latest version of submodule during provisioning
parent
fe8499c87f
commit
717eb39bb8
|
@ -1 +1 @@
|
|||
Subproject commit d5074c52862972ff0454be88f15f0bf83bdf203f
|
||||
Subproject commit bb3c57f9a4b312a1a57d2d49ead9b0fbc0f341c6
|
|
@ -74,6 +74,7 @@ mysql -u root -proot -e 'create database flarum'
|
|||
|
||||
### Setup flarum/core and install dependencies ###
|
||||
cd /vagrant/flarum/core
|
||||
git pull
|
||||
composer install --prefer-dist
|
||||
|
||||
cd /vagrant/flarum
|
||||
|
|
Loading…
Reference in New Issue