Browse Source

Merge pull request #1807 from TechEmpower/vagrant-fix

fixed toolset prerequisites command
Mike Smith 9 years ago
parent
commit
a500bec7e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/vagrant-common/bootstrap.sh

+ 1 - 1
deployment/vagrant-common/bootstrap.sh

@@ -97,7 +97,7 @@ if [ ! -e "~/.firstboot" ]; then
 
 
   # Install prerequisite tools
   # Install prerequisite tools
   echo "Installing prerequisites"
   echo "Installing prerequisites"
-  source toolset/setup/linux/prerequisites.sh
+  source ~/FrameworkBenchmarks/toolset/setup/linux/prerequisites.sh
   sudo apt-get install -y git
   sudo apt-get install -y git