From 6f076d09e24d67bab09e49b7171b586610006973 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 3 Aug 2025 09:14:09 -0600 Subject: [PATCH] Update source-master.sh --- debian/resources/switch/source-master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/switch/source-master.sh b/debian/resources/switch/source-master.sh index 516dbfb..3b86043 100755 --- a/debian/resources/switch/source-master.sh +++ b/debian/resources/switch/source-master.sh @@ -7,7 +7,7 @@ apt-get update && apt-get install -y ntp curl haveged curl https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add - echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list echo "deb http://files.freeswitch.org/repo/deb/debian-unstable/ jessie main" > /etc/apt/sources.list.d/freeswitch.list -apt-get update && apt-get upgrade +apt-get update && apt-get upgrade -y apt-get install -y freeswitch-video-deps-most git clone https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch