Fixed repo path

Fix repo paths
This commit is contained in:
DigiDaz 2016-05-09 19:46:16 +01:00
parent 65a9fceb0f
commit dfb0ab2990
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
apt-get update && apt-get install -y --force-yes curl memcached haveged apt-get update && apt-get install -y --force-yes curl memcached haveged
arch=$(uname -m) arch=$(uname -m)
if [ $arch = 'armv7l' ]; then if [ $arch = 'armv7l' ]; then
echo "deb http://repo.sip247.com/debian/freeswitch-stable-armhf/ jessie main" >> /etc/apt/sources.list echo "deb http://repo.sip247.com/debian/freeswitch-stable-armhf/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
curl http://repo.sip247.com/debian/sip247.com.gpg.key | apt-key add - curl http://repo.sip247.com/debian/sip247.com.gpg.key | apt-key add -
else else
echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
curl http://files.freeswitch.org/repo/deb/freeswitch-1.6/key.gpg | apt-key add - curl http://files.freeswitch.org/repo/deb/freeswitch-1.6/key.gpg | apt-key add -
fi fi
apt-get update && apt-get install -y --force-yes freeswitch-all freeswitch-all-dbg gdb apt-get update && apt-get install -y --force-yes freeswitch-all freeswitch-all-dbg gdb