Browse Source

Merge pull request #1093 from ronnix/fix-vagrant-deployment

Vagrant: update APT index before installing packages
Hamilton Turner 11 years ago
parent
commit
480d0d35e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deployment/vagrant-common/bootstrap.sh

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

@@ -90,6 +90,7 @@ 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 git
   sudo apt-get install -y python-pip
   sudo apt-get install -y python-pip