mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-30 14:51:13 -04:00
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
|
||||
find /vagrant/app -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
|
||||
|
||||
# install npm modules
|
||||
|
|
Loading…
Add table
Reference in a new issue