From 1cfd809be134c6687398c9a57b05e46cc88a21ed Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 31 Mar 2017 18:58:28 -0600 Subject: [PATCH] Update source-release.sh --- freebsd/resources/switch/source-release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freebsd/resources/switch/source-release.sh b/freebsd/resources/switch/source-release.sh index 921e2e4..93cc4a9 100755 --- a/freebsd/resources/switch/source-release.sh +++ b/freebsd/resources/switch/source-release.sh @@ -10,6 +10,9 @@ pkg install --yes wget sudo libsndfile lua52 opus libmemcached libvorbis libogg #additional dependencies #pkg install --yes libshout mpg123 lame +#update the list of executables in the path +rehash + #get the source git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch cd /usr/src/freeswitch