diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-09 09:10:32 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-09 09:10:32 +0100 |
commit | 9b3ac92fc2b61f96e73d01bdb22552832907dcf9 (patch) | |
tree | bef319c8439fb5203b3f9973a1917b4d422b54e2 /vagrant | |
parent | Updated conf file for Vagrant. (diff) | |
download | newspipe-9b3ac92fc2b61f96e73d01bdb22552832907dcf9.tar.gz newspipe-9b3ac92fc2b61f96e73d01bdb22552832907dcf9.tar.bz2 newspipe-9b3ac92fc2b61f96e73d01bdb22552832907dcf9.zip |
Updated conf file for Vagrant.
Diffstat (limited to 'vagrant')
-rw-r--r-- | vagrant/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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
|