|
@@ -101,6 +101,8 @@ if [ $switch_branch = "stable" ]; then
|
|
|
#1.10.0 and newer
|
|
|
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 checkout $switch_version
|
|
|
+
|
|
|
#wget http://files.freeswitch.org/freeswitch-releases/freeswitch-$switch_version.-release.zip
|
|
|
#unzip freeswitch-$switch_version.-release.zip
|
|
|
#mv freeswitch-$switch_version.-release freeswitch-$switch_version
|