Sfoglia il codice sorgente

Update the GIT FreeSWITCH stash URL.

Mark Crane 11 anni fa
parent
commit
e3b6e616e5
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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"