Browse Source

added 2 scripts into head for fixing repos on previouse installs

Richard Neese 10 years ago
parent
commit
d83969b81b
2 changed files with 20 additions and 0 deletions
  1. 8 0
      install/Debian/fix-head-repo-arm-debian.sh
  2. 12 0
      install/Debian/fix-head-repo-debian.sh

+ 8 - 0
install/Debian/fix-head-repo-arm-debian.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+cat > "/etc/apt/sources.list.d/freeswitch.list" <<DELIM
+deb http://repo.fusionpbx.com/freeswitch-armhf/head/debian/ wheezy main
+DELIM
+
+cat > "/etc/apt/sources.list.d/fusionpbx.list" << DELIM
+deb http://repo.fusionpbx.com/fusionpbx/head/debian/ wheezy main
+DELIM

+ 12 - 0
install/Debian/fix-head-repo-debian.sh

@@ -0,0 +1,12 @@
+#!/bin/bash
+
+/bin/cat > "/etc/apt/sources.list.d/freeswitch.list" <<DELIM
+deb http://repo.fusionpbx.com/freeswitch/head/debian/ wheezy main
+DELIM
+
+cat > "/etc/apt/sources.list.d/fusionpbx.list" << DELIM
+deb http://repo.fusionpbx.com/fusionpbx/head/debian/ wheezy main
+DELIM
+
+
+