From 6bd826c9c62db330e6975c023abc26dfb97cc0cb Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Tue, 29 Mar 2016 17:39:59 -0500 Subject: [PATCH] FS-8933 WIP Fix some breakage on raspi as we dont want the FS repos there yet as we dont have armhf packages at this time --- scripts/FreeSWITCH-debian-raspbian-installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/FreeSWITCH-debian-raspbian-installer.sh b/scripts/FreeSWITCH-debian-raspbian-installer.sh index 6719da2e69..d91a1d8129 100755 --- a/scripts/FreeSWITCH-debian-raspbian-installer.sh +++ b/scripts/FreeSWITCH-debian-raspbian-installer.sh @@ -259,9 +259,10 @@ freeswitch_raspbian_source() { welcome_screen fs_ver_select get_network_settings -config_fs_repos if [ "$ID" = "debian" ]; then + ## These only work on Jessie at this time + config_fs_repos freeswitch_debian_source elif [ "$ID" = "raspbian" ]; then JLIMIT="3"