Browse Source

Update postgresql.sh

FusionPBX 6 years ago
parent
commit
cf487f5233
1 changed files with 1 additions and 0 deletions
  1. 1 0
      debian/resources/postgresql.sh

+ 1 - 0
debian/resources/postgresql.sh

@@ -40,6 +40,7 @@ fi
 
 #add PostgreSQL and 2ndquadrant repos
 if [ ."$database_repo" = ."2ndquadrant" ]; then
+	apt install -y curl
 	curl https://dl.2ndquadrant.com/default/release/get/deb | bash
 	apt-get install -y sudo postgresql-bdr-9.4 postgresql-bdr-9.4-bdr-plugin postgresql-bdr-contrib-9.4
 fi