Browse Source

Moved linux prerequisites up and removed pip

Nate 9 years ago
parent
commit
071ad1801d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      deployment/vagrant-common/bootstrap.sh

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

@@ -100,7 +100,7 @@ if [ ! -e "~/.firstboot" ]; then
   sudo apt-get update
   sudo apt-get install -y git
   sudo apt-get install -y python-pip
-  sudo pip install progressbar
+  source toolset/setup/linux/prerequisites.sh
 
   # Make project available
   # If they synced it to /FwBm, just expose it at ~/FwBm
@@ -168,7 +168,6 @@ if [ ! -e "~/.firstboot" ]; then
   # Setup 
   echo "Installing $ROLE software"
   cd $FWROOT
-  source toolset/setup/linux/prerequisites.sh
   toolset/run-tests.py --verbose --install $ROLE --install-only --test ''
 
   # Setup a nice welcome message for our guest