Skip to content

Commit

Permalink
Update setup_vm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
garnertb committed Dec 22, 2014
1 parent a091542 commit 2595d4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/setup_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ ruby -v # will show which version is being used
# install git
apt-get install -y git

# Pull ROGUE-CHEF-REPO if it doesn't already exist on the VM.
# We do this so we can execute setup_vm from a Vagrantfile and
# without a Vagrantfile.

cd /opt
if [ -d rogue-chef-repo ];
then
Expand Down

0 comments on commit 2595d4f

Please sign in to comment.