Update nginx.sh

This commit is contained in:
FusionPBX 2017-06-24 10:43:14 -06:00 committed by GitHub
parent f634f7e429
commit 13197a6cf1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if [ ."$php_version" = ."7" ]; then
pkg install --yes php71-pdo_pgsql php71-pgsql
fi
if [ ."$database_version" = ."9.6" ]; then
pkg add postgresql96-client
pkg install --yes postgresql96-client
pkg add https://www.fusionpbx.com/php71-pdo_pgsql-7.1.6_1.txz
pkg add https://www.fusionpbx.com/php71-pgsql-7.1.6_1.txz