Update package-release.sh

This commit is contained in:
FusionPBX 2018-05-23 22:48:26 -07:00 committed by GitHub
parent d22fbaeb44
commit 4b1a45e824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -15,8 +15,12 @@ cwd=$(pwd)
#send a message
echo "Installing the FreeSWITCH package"
#get the package
cd /usr/src && fetch https://www.fusionpbx.com/downloads/freebsd11/freeswitch-pgsql10-1.6.19_2.txz
#install the package
pkg install --yes freeswitch
#pkg install --yes freeswitch
pkg instal /usr/src/freeswitch-pgsql10-1.6.19_2.txz
#set the original working directory
cd $cwd