Browse Source

Removed duplicates

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

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

@@ -97,10 +97,9 @@ if [ ! -e "~/.firstboot" ]; then
 
 
   # Install prerequisite tools
   # Install prerequisite tools
   echo "Installing prerequisites"
   echo "Installing prerequisites"
-  sudo apt-get update
-  sudo apt-get install -y git
-  sudo apt-get install -y python-pip
   source toolset/setup/linux/prerequisites.sh
   source toolset/setup/linux/prerequisites.sh
+  sudo apt-get install -y git
+
 
 
   # Make project available
   # Make project available
   # If they synced it to /FwBm, just expose it at ~/FwBm
   # If they synced it to /FwBm, just expose it at ~/FwBm