forked from norman/fusionpbx-install.sh-github-mirror
Use the new git branch
This commit is contained in:
2
debian/resources/switch/source-release.sh
vendored
2
debian/resources/switch/source-release.sh
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user