From 9b3ac92fc2b61f96e73d01bdb22552832907dcf9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 9 Feb 2015 09:10:32 +0100 Subject: Updated conf file for Vagrant. --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 3dd1a510..d0a17399 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -2,7 +2,7 @@ apt-get update apt-get upgrade -apt-get install -y python3 libpq-dev python3-dev build-essential git +apt-get install -y python3 python3-dev libpq-dev python3-dev build-essential git # Clone the source code of pyAggr3g470r git clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r.git -- cgit