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

This commit is contained in:
Ken Rice 2016-03-29 17:39:59 -05:00
parent c0ab327ac9
commit 6bd826c9c6
1 changed files with 2 additions and 1 deletions

View File

@ -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"