Quellcode durchsuchen

Removed duplicates

Nate vor 9 Jahren
Ursprung
Commit
12177d027d
1 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  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
   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
+  sudo apt-get install -y git
+
 
   # Make project available
   # If they synced it to /FwBm, just expose it at ~/FwBm