diff --git a/scripts/container/deploy.sh b/scripts/container/deploy.sh index 6cb59a1a..9e38cd25 100755 --- a/scripts/container/deploy.sh +++ b/scripts/container/deploy.sh @@ -69,7 +69,7 @@ else fi -run apt-get install postgres +run apt-get -y install postgresql if [[ ! $(sudo su postgres -c "psql -lqt" | awk {'print $1'} | grep '^orchestra$') ]]; then # orchestra database does not esists # Speeding up tests, don't do this in production!