forked from norman/fusionpbx-install.sh-github-mirror
Move IGNORE_DEPENDS
Needed for PHP and FreeSWITCH as both use postgresql15-client by default
This commit is contained in:
@@ -17,7 +17,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user