aboutsummaryrefslogtreecommitdiff
path: root/vagrant/bootstrap.sh
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-09 10:27:48 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-09 10:27:48 +0100
commit28d75bac6045cfeb8fc429ce2fa3c402ce6f6ab6 (patch)
treedaa58e19c3d7dce03b0fa6f9d61261132102b484 /vagrant/bootstrap.sh
parentUpdated conf file for Vagrant (ubuntu 14.04. (diff)
downloadnewspipe-28d75bac6045cfeb8fc429ce2fa3c402ce6f6ab6.tar.gz
newspipe-28d75bac6045cfeb8fc429ce2fa3c402ce6f6ab6.tar.bz2
newspipe-28d75bac6045cfeb8fc429ce2fa3c402ce6f6ab6.zip
Updated conf file for Vagrant
Diffstat (limited to 'vagrant/bootstrap.sh')
-rw-r--r--vagrant/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh
index 5a66d0fc..79697cf7 100644
--- a/vagrant/bootstrap.sh
+++ b/vagrant/bootstrap.sh
@@ -22,7 +22,7 @@ cp vagrant/conf.cfg-sample conf/conf.cfg
cd ..
# Installation of PostgreSQL
-apt-get install -y postgresql postgresql-server-dev-9.4 postgresql-client
+apt-get install -y postgresql postgresql-server-dev-9.3 postgresql-client
# Configuration of the database
echo "127.0.0.1:5432:aggregator:vagrant:xxYzToW42" > .pgpass
bgstack15