From 49a60d4f0027aeb649cc30408060189a1648a42a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 2 Sep 2019 18:00:03 -0600 Subject: [PATCH] Update package-all.sh --- debian/resources/switch/package-all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/resources/switch/package-all.sh b/debian/resources/switch/package-all.sh index b2baf71..67de09b 100755 --- a/debian/resources/switch/package-all.sh +++ b/debian/resources/switch/package-all.sh @@ -8,7 +8,8 @@ cd "$(dirname "$0")" . ../colors.sh . ../environment.sh -apt-get update && apt-get install -y ntp curl memcached haveged +apt-get update && apt-get install -y ntp curl memcached haveged apt-transport-https +apt-get update && apt-get install -y wget lsb-release gnupg2 if [ ."$cpu_architecture" = ."x86" ]; then wget -O - https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc | apt-key add -