Update source-sounds.sh

This commit is contained in:
FusionPBX 2023-01-18 13:10:11 -07:00 committed by GitHub
parent 0319e435fe
commit 66d52df5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
#!/bin/sh
#move to script directory so all relative paths work
cd "$(dirname "$0")"
#includes
. ../config.sh
. ../environment.sh
# change the working directory
cd /usr/src/freeswitch
# compile and install the sounds
make sounds-install moh-install
make hd-sounds-install hd-moh-install