1
0
mirror of https://github.com/jcwimer/railsVagrant synced 2026-05-06 12:37:54 +00:00

Added nvm install and php 7.1

This commit is contained in:
2017-01-11 09:27:13 -05:00
parent 52aedbca57
commit 380b61ec3f
3 changed files with 10 additions and 2 deletions

3
setup/nvm-install.sh Normal file
View File

@@ -0,0 +1,3 @@
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
source ~/.bashrc
nvm install node