Explorar el Código

Back to unstable

Bob Mottram hace 8 años
padre
commit
109dc1a129
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-jitsi

+ 1
- 1
src/freedombone-app-jitsi Ver fichero

@@ -311,7 +311,7 @@ function install_jitsi {
311 311
     fi
312 312
 
313 313
     # add jitsi repo
314
-    jitsi_deb_repo=binary # can also be 'unstable'
314
+    jitsi_deb_repo=unstable
315 315
     apt-get -yq install wget debconf-utils
316 316
     echo "deb http://download.jitsi.org/nightly/deb ${jitsi_deb_repo}/" >> /etc/apt/sources.list
317 317
     wget -qO - https://download.jitsi.org/nightly/deb/${jitsi_deb_repo}/archive.key | apt-key add -