Update source-release.sh
This commit is contained in:
parent
41f8269dbb
commit
6b265aaf1d
|
|
@ -12,7 +12,7 @@ apt-get install -y --force-yes freeswitch-video-deps-most
|
||||||
|
|
||||||
#we are about to move out of the executing directory so we need to preserve it to return after we are done
|
#we are about to move out of the executing directory so we need to preserve it to return after we are done
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
SWITCH_VERSION=1.6.19
|
SWITCH_VERSION=1.6.20
|
||||||
echo "Using version $SWITCH_VERSION"
|
echo "Using version $SWITCH_VERSION"
|
||||||
cd /usr/src
|
cd /usr/src
|
||||||
#git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch
|
#git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue