From 0cd7649943125c91aacd2d6b56fe76607346373d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 20 May 2017 11:32:16 -0600 Subject: [PATCH] Update source-release.sh --- freebsd/resources/switch/source-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd/resources/switch/source-release.sh b/freebsd/resources/switch/source-release.sh index 9b65852..7847ed9 100755 --- a/freebsd/resources/switch/source-release.sh +++ b/freebsd/resources/switch/source-release.sh @@ -23,7 +23,7 @@ pkg install --yes wget sudo libsndfile lua52 opus libmemcached libvorbis libogg #git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch #cd /usr/src/freeswitch && /bin/sh /usr/src/freeswitch/bootstrap.sh -j -#get the release from http +#get the release from https cd /usr/src fetch https://files.freeswitch.org/freeswitch-releases/freeswitch-1.6.17.zip unzip /usr/src/freeswitch-1.6.17.zip