Commit 4188659
Changed files (1)
bin
bin/bootstrap.sh
@@ -23,7 +23,7 @@ apt-get -y install nginx
echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
-apt-get install postgresql-9.4
+apt-get install -y postgresql-9.4
curl -sL https://deb.nodesource.com/setup | sudo bash -
apt-get -y update