From 32132d055cc1dd6f52e0ac1b9a8ce01b26afc556 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Feb 2025 16:23:03 -0700 Subject: [PATCH] Update package-release.sh --- ubuntu/resources/switch/package-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/resources/switch/package-release.sh b/ubuntu/resources/switch/package-release.sh index c11582c..c4e78b0 100755 --- a/ubuntu/resources/switch/package-release.sh +++ b/ubuntu/resources/switch/package-release.sh @@ -8,7 +8,7 @@ cd "$(dirname "$0")" . ../colors.sh . ../environment.sh -apt-get update && apt-get install -y curl memcached haveged apt-transport-https sox +apt-get update && apt-get install -y curl memcached haveged apt-transport-https sox libsox-fmt-all if [ ."$os_codename" = ."xenial" ]; then wget -O - https://files.freeswitch.org/repo/ubuntu-1604/freeswitch-1.6/freeswitch_archive_g0.pub | apt-key add -