Skip to content

Commit

Permalink
epel-release must be installed so that nodejs can be installed via yum
Browse files Browse the repository at this point in the history
  • Loading branch information
jronallo committed Nov 5, 2015
1 parent ee16821 commit e6940a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
sudo yum install -y curl vim git java-1.7.0-openjdk-devel nodejs
sudo yum install -y curl vim git java-1.7.0-openjdk-devel epel-release nodejs

su - vagrant -c 'gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3'
su - vagrant -c 'curl -sSL https://get.rvm.io | bash -s stable'
Expand Down

0 comments on commit e6940a3

Please sign in to comment.