Richard Neese преди 10 години
родител
ревизия
6ea2226c8e
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      install/Debian/FusionPbx-Debian-Optional-Pkgs-or-Source-Install.sh

+ 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