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