浏览代码

Update package-release.sh (#222)

update armhf to 1.8.4
Len 6 年之前
父节点
当前提交
c1edbec032
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debian/resources/switch/package-release.sh

+ 1 - 1
debian/resources/switch/package-release.sh

@@ -11,7 +11,7 @@ cd "$(dirname "$0")"
 apt-get update && apt-get install -y --force-yes curl memcached haveged apt-transport-https
 if [ ."$cpu_architecture" = ."arm" ]; then
         if [ ."$os_codename" = ."stretch" ]; then
-		echo "deb https://repo.fusionpbx.com/armhf stretch 1.8.2" > /etc/apt/sources.list.d/freeswitch.list
+		echo "deb https://repo.fusionpbx.com/armhf stretch 1.8.4" > /etc/apt/sources.list.d/freeswitch.list
         	curl https://repo.fusionpbx.com/public.key | apt-key add -
         else
 		echo "deb https://repo.fusionpbx.com/armhf jessie 1.6.20" > /etc/apt/sources.list.d/freeswitch.list