瀏覽代碼

Update package-all.sh

FusionPBX 6 年之前
父節點
當前提交
49a60d4f00
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      debian/resources/switch/package-all.sh

+ 2 - 1
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 -