Richard Neese 10 gadi atpakaļ
vecāks
revīzija
6ea2226c8e

+ 3 - 3
install/Debian/FusionPbx-Debian-Optional-Pkgs-or-Source-Install.sh

@@ -659,15 +659,15 @@ case $(uname -m) in x86_64|i[4-6]86)
 		if [ $? -eq 0 ]; then
 			echo "installing wheezy release repo"
 			cat > "/etc/apt/sources.list.d/freeswitch.list" <<DELIM
-			#deb http://repo.fusionpbx.com/freeswitch/release/debian/ wheezy main
-			deb http://files.freeswitch.org/repo/deb/debian/ wheezy main
+			deb http://repo.fusionpbx.com/freeswitch/release/debian/ wheezy main
+			#deb http://files.freeswitch.org/repo/deb/debian/ wheezy main
 			
 DELIM
 		else
 			echo "installing jessie release repo"
 			cat > "/etc/apt/sources.list.d/freeswitch.list" <<DELIM
 			deb http://repo.fusionpbx.com/freeswitch/release/debian/ jessie main
-			deb http://files.freeswitch.org/repo/deb/debian/ jessie main
+			#deb http://files.freeswitch.org/repo/deb/debian/ jessie main
 DELIM
 		fi
 	else