Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
freeswitch repo branch name
  • Loading branch information
rodion-k committed Oct 10, 2014
1 parent 7e1ef76 commit 04ef15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeswitch/install.sh
Expand Up @@ -76,7 +76,7 @@ esac

# Install FreeSWITCH
cd $FS_BASE_PATH
git clone $FS_GIT_REPO --depth=1 --branch=v.1.2.stable
git clone $FS_GIT_REPO --depth=1 --branch=v1.2.stable
cd $FS_BASE_PATH/freeswitch
sh bootstrap.sh && ./configure --prefix=$FS_INSTALLED_PATH || exit 1
[ -f modules.conf ] && cp modules.conf modules.conf.bak
Expand Down

0 comments on commit 04ef15e

Please sign in to comment.