Explorar o código

Update the GIT FreeSWITCH stash URL.

Mark Crane %!s(int64=11) %!d(string=hai) anos
pai
achega
e3b6e616e5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      install/ubuntu/install_fusionpbx.sh

+ 2 - 1
install/ubuntu/install_fusionpbx.sh

@@ -84,7 +84,8 @@ FPBXBRANCH="http://fusionpbx.googlecode.com/svn/branches/dev/fusionpbx"
 #modules_comp_default=( `/bin/grep -v ^$ /usr/src/freeswitch/modules.conf |/bin/grep -v ^# | /usr/bin/tr '\n' ' '` )
 
 #staying with default repository, feel free to change this to github. Some report faster downloads.
-FSGIT=https://stash.freeswitch.org/scm/fs/freeswitch.git
+FSGIT=https://freeswitch.org/stash/scm/fs/freeswitch.git
+#FSGIT=https://stash.freeswitch.org/scm/fs/freeswitch.git
 #FSGIT=git://github.com/FreeSWITCH/FreeSWITCH.git
 FSSTABLE=true
 FSStableVer="v1.4"