Use the new git branch
This commit is contained in:
parent
114f36fd7a
commit
2a2305f4fc
|
|
@ -101,6 +101,8 @@ if [ $switch_branch = "stable" ]; then
|
||||||
#1.10.0 and newer
|
#1.10.0 and newer
|
||||||
if [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then
|
if [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then
|
||||||
git clone -b $switch_version --single-branch https://github.com/fusionpbx/freeswitch freeswitch-$switch_version
|
git clone -b $switch_version --single-branch https://github.com/fusionpbx/freeswitch freeswitch-$switch_version
|
||||||
|
git checkout $switch_version
|
||||||
|
|
||||||
#wget http://files.freeswitch.org/freeswitch-releases/freeswitch-$switch_version.-release.zip
|
#wget http://files.freeswitch.org/freeswitch-releases/freeswitch-$switch_version.-release.zip
|
||||||
#unzip freeswitch-$switch_version.-release.zip
|
#unzip freeswitch-$switch_version.-release.zip
|
||||||
#mv freeswitch-$switch_version.-release freeswitch-$switch_version
|
#mv freeswitch-$switch_version.-release freeswitch-$switch_version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue