From: Ken Rice Date: Tue, 29 Mar 2016 22:39:59 +0000 (-0500) Subject: FS-8933 WIP Fix some breakage on raspi as we dont want the FS repos there yet as... X-Git-Tag: v1.6.7^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd826c9c62db330e6975c023abc26dfb97cc0cb;p=thirdparty%2Ffreeswitch.git 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 --- 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"