]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8933 WIP Fix some breakage on raspi as we dont want the FS repos there yet as...
authorKen Rice <krice@freeswitch.org>
Tue, 29 Mar 2016 22:39:59 +0000 (17:39 -0500)
committerKen Rice <krice@freeswitch.org>
Tue, 29 Mar 2016 22:40:05 +0000 (17:40 -0500)
scripts/FreeSWITCH-debian-raspbian-installer.sh

index 6719da2e69bd903dae51da34128cc702b59f1443..d91a1d81294d5032ae5e27885672f62b64e0616e 100755 (executable)
@@ -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"