From 2595d4fcc2ba0af23a96d794e5b5e3790e21d9cf Mon Sep 17 00:00:00 2001 From: Tyler Garner Date: Mon, 22 Dec 2014 15:51:10 -0500 Subject: [PATCH] Update setup_vm.sh --- scripts/setup_vm.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/setup_vm.sh b/scripts/setup_vm.sh index 2665fc2..49322eb 100755 --- a/scripts/setup_vm.sh +++ b/scripts/setup_vm.sh @@ -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