From 5edf2676662d613edfb26f81793d8da47e4bb1ab Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 27 Sep 2018 09:14:26 -0600 Subject: [PATCH] Debian 9 - FreeSWITCH 1.8 --- debian/resources/switch/package-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/resources/switch/package-release.sh b/debian/resources/switch/package-release.sh index 556dfd9..7e0491b 100755 --- a/debian/resources/switch/package-release.sh +++ b/debian/resources/switch/package-release.sh @@ -14,8 +14,8 @@ if [ ."$cpu_architecture" = ."arm" ]; then curl https://repo.fusionpbx.com/public.key | apt-key add - else if [ ."$os_codename" = ."stretch" ]; then - echo "deb https://repo.fusionpbx.com/armhf stretch 1.6.20" > /etc/apt/sources.list.d/freeswitch.list - curl https://repo.fusionpbx.com/public.key | apt-key add - + wget -qO - http://files.freeswitch.org/repo/deb/freeswitch-1.8/fsstretch-archive-keyring.gpg | apt-key add - + echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.8/ stretch main" > /etc/apt/sources.list.d/freeswitch.list else 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 -