Add IGNORE_DEPENDS

IGNORE_DEPENDS=postgresql15-client to the /usr/local/etc/pkg.conf file. 

Adding this to allow PotgreSQL 16 client
This commit is contained in:
FusionPBX
2024-08-24 11:30:21 -06:00
committed by GitHub
parent f1631f9d7e
commit 545bf2e3d9
3 changed files with 8 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ echo "Installing the FreeSWITCH package"
#install the package
if [ .$switch_source = ."package" ]; then
echo "IGNORE_DEPENDS=postgresql15-client" >> /usr/local/etc/pkg.conf
pkg install --yes freeswitch
fi
if [ .$switch_source = ."port" ]; then