Browse Source

Update source-master.sh

FusionPBX 1 month ago
parent
commit
6f076d09e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/resources/switch/source-master.sh

+ 1 - 1
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 -
 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/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
 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
 apt-get install -y freeswitch-video-deps-most
 
 
 git clone https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch
 git clone https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch