update vagrant script
This commit is contained in:
parent
de9761073d
commit
72f95843ee
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ sudo mount --bind /node_modules /vagrant/node_modules
|
||||||
# prepare
|
# prepare
|
||||||
find /vagrant/app -type f -exec dos2unix {} \;
|
find /vagrant/app -type f -exec dos2unix {} \;
|
||||||
find /vagrant/vendor -type f -exec dos2unix {} \;
|
find /vagrant/vendor -type f -exec dos2unix {} \;
|
||||||
|
find /vagrant/scripts/vagrant -type f -exec dos2unix {} \;
|
||||||
sudo chown -R vagrant:vagrant /home/vagrant
|
sudo chown -R vagrant:vagrant /home/vagrant
|
||||||
|
|
||||||
# install npm modules
|
# install npm modules
|
||||||
|
|
Reference in a new issue