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:
parent
c0ab327ac9
commit
6bd826c9c6
|
@ -259,9 +259,10 @@ freeswitch_raspbian_source() {
|
||||||
welcome_screen
|
welcome_screen
|
||||||
fs_ver_select
|
fs_ver_select
|
||||||
get_network_settings
|
get_network_settings
|
||||||
config_fs_repos
|
|
||||||
|
|
||||||
if [ "$ID" = "debian" ]; then
|
if [ "$ID" = "debian" ]; then
|
||||||
|
## These only work on Jessie at this time
|
||||||
|
config_fs_repos
|
||||||
freeswitch_debian_source
|
freeswitch_debian_source
|
||||||
elif [ "$ID" = "raspbian" ]; then
|
elif [ "$ID" = "raspbian" ]; then
|
||||||
JLIMIT="3"
|
JLIMIT="3"
|
||||||
|
|
Loading…
Reference in New Issue